summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quotasys.h b/quotasys.h
index ed10d80..7e26d5f 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -24,6 +24,9 @@
#define IOI_READONLY 0x2 /* Only readonly access */
#define IOI_OPENFILE 0x4 /* Open file even if kernel has quotas turned on */
+#define QSTAT_FILE "/proc/fs/quota" /* File with quotastats */
+#define KERN_KNOWN_QUOTA_VERSION (6*10000 + 5*100 + 0)
+
/*
* Exported functions
*/