Searched refs:DQUOT_LIMITS_ENABLED (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dquota.h458 * DQUOT_LIMITS_ENABLED 0x0008 0x0010 0x0020
475 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED * MAXQUOTAS) macro
477 #define DQUOT_STATE_FLAGS (DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED | \
H A Dquotaops.h140 dquot_state_flag(DQUOT_LIMITS_ENABLED, type);
/linux-master/fs/quota/
H A Ddquot.c2251 if ((flags & DQUOT_USAGE_ENABLED && !(flags & DQUOT_LIMITS_ENABLED))
2252 || (flags & DQUOT_SUSPENDED && flags & (DQUOT_LIMITS_ENABLED |
2349 DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
2473 DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
2521 DQUOT_LIMITS_ENABLED,
2549 DQUOT_LIMITS_ENABLED);
2571 DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
2603 dqopt->flags |= dquot_state_flag(DQUOT_LIMITS_ENABLED, type);
2611 dquot_disable(sb, type, DQUOT_LIMITS_ENABLED);
2645 ret = dquot_disable(sb, type, DQUOT_LIMITS_ENABLED);
[all...]
/linux-master/fs/ocfs2/
H A Dsuper.c964 DQUOT_LIMITS_ENABLED);
/linux-master/fs/f2fs/
H A Dsuper.c2816 (quota_mopt[type] ? DQUOT_LIMITS_ENABLED : 0));
/linux-master/mm/
H A Dshmem.c298 DQUOT_LIMITS_ENABLED);
/linux-master/fs/ext4/
H A Dsuper.c7098 (quota_mopt[type] ? DQUOT_LIMITS_ENABLED : 0));

Completed in 240 milliseconds