Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_qm_syscalls.c453 if (!xfs_dquot_is_enforced(dqp)) { in xfs_qm_scall_getquota_fill_qc()
460 if (xfs_dquot_is_enforced(dqp) && dqp->q_id != 0) { in xfs_qm_scall_getquota_fill_qc()
Dxfs_dquot.h179 xfs_dquot_is_enforced( in xfs_dquot_is_enforced() function
Dxfs_trans_dquot.c645 xfs_dquot_is_enforced(dqp)) { in xfs_trans_dqresv()
Dxfs_qm.c1910 if (!dqp || !xfs_dquot_is_enforced(dqp)) in xfs_inode_near_dquot_enforcement()