summaryrefslogtreecommitdiff
path: root/quotaio.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2010-09-14 20:44:38 +0200
committerJan Kara <jack@suse.cz>2010-09-14 20:47:01 +0200
commit0b34692854b79ea5438676e3d70cfe1de07b454c (patch)
treed7b5ddf573ff6a849ebddcee33ebe573454028d4 /quotaio.h
parent98605d6851ceb5ae1e5d720500983fc443b8af05 (diff)
quota: Allow printing of mountpoint
Add options for quota(1) to print mount point as a part of a filesystem identification and also do not print device a s part of a filesystem identification. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'quotaio.h')
-rw-r--r--quotaio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotaio.h b/quotaio.h
index 2ee734a..d797034 100644
--- a/quotaio.h
+++ b/quotaio.h
@@ -80,6 +80,7 @@ struct quota_handle {
int qh_fd; /* Handle of file (-1 when IOFL_QUOTAON) */
int qh_io_flags; /* IO flags for file */
char qh_quotadev[PATH_MAX]; /* Device file is for */
+ char qh_dir[PATH_MAX]; /* Directory filesystem is mounted at */
char qh_fstype[MAX_FSTYPE_LEN]; /* Type of the filesystem on qh_quotadev */
int qh_type; /* Type of quotafile */
int qh_fmt; /* Quotafile format */