Home
last modified time | relevance | path

Searched refs:QCI_LIMITS_ENFORCED (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dquota.h394 #define QCI_LIMITS_ENFORCED (1 << 3) /* Quota limits enforced */ macro
/linux/fs/quota/
H A Dquota.c341 if (state->s_state[USRQUOTA].flags & QCI_LIMITS_ENFORCED) in quota_state_to_flags()
345 if (state->s_state[GRPQUOTA].flags & QCI_LIMITS_ENFORCED) in quota_state_to_flags()
349 if (state->s_state[PRJQUOTA].flags & QCI_LIMITS_ENFORCED) in quota_state_to_flags()
H A Ddquot.c2856 tstate->flags |= QCI_LIMITS_ENFORCED; in dquot_get_state()