summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2007-02-22 10:30:14 +0000
committerjkar8572 <jkar8572>2007-02-22 10:30:14 +0000
commit3cdc88177978e5321650bf6e7361469395c03329 (patch)
treec4e08b42843dd873a73106a8711b76f8f8607ecd /quotasys.h
parent163122f4ead1f93c8d4dce369043f609efffd604 (diff)
* added option -A to quota(1) to report all NFS mountpoints (Jan Kara)
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotasys.h b/quotasys.h
index 4abb64b..642eed3 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -132,6 +132,7 @@ int kern_quota_on(const char *dev, int type, int fmt);
#define MS_QUIET 0x04 /* Be quiet with error reporting */
#define MS_LOCALONLY 0x08 /* Ignore nfs mountpoints */
#define MS_XFS_DISABLED 0x10 /* Return also XFS mountpoints with quota disabled */
+#define MS_NFS_ALL 0x20 /* Don't filter NFS mountpoints on the same device */
/* Initialize mountpoints scan */
int init_mounts_scan(int dcnt, char **dirs, int flags);