summaryrefslogtreecommitdiff
path: root/quota.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2008-07-12 12:16:44 +0000
committerjkar8572 <jkar8572>2008-07-12 12:16:44 +0000
commitf731f463d761ff678472a5790080b3d3350e5e57 (patch)
tree1bcfe2c9015b36d42298247ca3bf6c1c13f0f4d1 /quota.h
parent32944ab71e76d4c091e11c9df8fa0f91e863e4b0 (diff)
* implemented writing of messages that user got below hard/soft limits to quota_nld (Jan Kara)
Diffstat (limited to 'quota.h')
-rw-r--r--quota.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quota.h b/quota.h
index ca3db7b..e512677 100644
--- a/quota.h
+++ b/quota.h
@@ -112,6 +112,10 @@ struct if_dqinfo {
#define QUOTA_NL_BHARDWARN 4 /* Block hardlimit reached */
#define QUOTA_NL_BSOFTLONGWARN 5 /* Block grace time expired */
#define QUOTA_NL_BSOFTWARN 6 /* Block softlimit reached */
+#define QUOTA_NL_IHARDBELOW 7 /* Usage got below inode hardlimit */
+#define QUOTA_NL_ISOFTBELOW 8 /* Usage got below inode softlimit */
+#define QUOTA_NL_BHARDBELOW 9 /* Usage got below block hardlimit */
+#define QUOTA_NL_BSOFTBELOW 10 /* Usage got below block softlimit */
enum {
QUOTA_NL_C_UNSPEC,