Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_quotaops.c69 state->s_state[USRQUOTA].flags |= QCI_LIMITS_ENFORCED; in xfs_fs_get_quota_state()
73 state->s_state[GRPQUOTA].flags |= QCI_LIMITS_ENFORCED; in xfs_fs_get_quota_state()
77 state->s_state[PRJQUOTA].flags |= QCI_LIMITS_ENFORCED; in xfs_fs_get_quota_state()
/openbmc/linux/include/linux/
H A Dquota.h394 #define QCI_LIMITS_ENFORCED (1 << 3) /* Quota limits enforced */ macro
/openbmc/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.c2863 tstate->flags |= QCI_LIMITS_ENFORCED; in dquot_get_state()
/openbmc/linux/fs/gfs2/
H A Dquota.c1620 state->s_state[USRQUOTA].flags |= QCI_LIMITS_ENFORCED; in gfs2_quota_get_state()
1621 state->s_state[GRPQUOTA].flags |= QCI_LIMITS_ENFORCED; in gfs2_quota_get_state()