Home
last modified time | relevance | path

Searched refs:xfs_dquot_is_enforced (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_qm_syscalls.c426 if (!xfs_dquot_is_enforced(dqp)) { in xfs_qm_scall_getquota_fill_qc()
433 if (xfs_dquot_is_enforced(dqp) && dqp->q_id != 0) { in xfs_qm_scall_getquota_fill_qc()
H A Dxfs_dquot.h171 xfs_dquot_is_enforced( in xfs_dquot_is_enforced() function
H A Dxfs_trans_dquot.c644 xfs_dquot_is_enforced(dqp)) { in xfs_trans_dqresv()
H A Dxfs_qm.c1935 if (!dqp || !xfs_dquot_is_enforced(dqp)) in xfs_inode_near_dquot_enforcement()