Searched refs:DQUOT_LIMITS_ENABLED (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/linux/ |
D | quota.h | 358 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED) macro 360 #define DQUOT_STATE_FLAGS (DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED | \
|
D | quotaops.h | 115 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in sb_has_quota_limits_enabled()
|
/linux-2.6.39/fs/quota/ |
D | dquot.c | 1908 if ((flags & DQUOT_USAGE_ENABLED && !(flags & DQUOT_LIMITS_ENABLED)) in dquot_disable() 1909 || (flags & DQUOT_SUSPENDED && flags & (DQUOT_LIMITS_ENABLED | in dquot_disable() 2035 DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in dquot_quota_off() 2176 DQUOT_LIMITS_ENABLED, in dquot_resume() 2204 DQUOT_LIMITS_ENABLED); in dquot_quota_on() 2238 if (flags & DQUOT_LIMITS_ENABLED && in dquot_enable() 2280 DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in dquot_quota_on_mount()
|
/linux-2.6.39/fs/ocfs2/ |
D | super.c | 981 DQUOT_LIMITS_ENABLED); in ocfs2_disable_quotas() 998 format_id, DQUOT_LIMITS_ENABLED); in ocfs2_quota_on() 1004 return dquot_disable(sb, type, DQUOT_LIMITS_ENABLED); in ocfs2_quota_off()
|
/linux-2.6.39/fs/jfs/ |
D | super.c | 184 dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in jfs_put_super()
|
/linux-2.6.39/fs/ext2/ |
D | super.c | 131 dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in ext2_put_super()
|
/linux-2.6.39/fs/reiserfs/ |
D | super.c | 476 dquot_disable(s, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in reiserfs_put_super()
|
/linux-2.6.39/fs/ext3/ |
D | super.c | 429 dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in ext3_put_super()
|
/linux-2.6.39/fs/ext4/ |
D | super.c | 741 dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); in ext4_put_super()
|