Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dquot.h132 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() function
172 switch (xfs_dquot_type(dqp)) { in xfs_dquot_is_enforced()
Dxfs_trans_dquot.c165 switch (xfs_dquot_type(dqp)) { in xfs_trans_get_dqtrx()
554 switch (xfs_dquot_type(dqp)) { in xfs_quota_warn()
647 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv()
721 if (xfs_dquot_type(dqp) == XFS_DQTYPE_PROJ) in xfs_trans_dqresv()
Dxfs_dquot.c78 defq = xfs_get_defquota(q, xfs_dquot_type(dq)); in xfs_qm_adjust_dqlimits()
168 defq = xfs_get_defquota(qi, xfs_dquot_type(dq)); in xfs_qm_adjust_dqtimers()
300 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc()
392 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read()
515 if ((ddqp->d_type & XFS_DQTYPE_REC_MASK) != xfs_dquot_type(dqp) || in xfs_dquot_from_disk()
1162 xfs_dqtype_t type = xfs_dquot_type(dqp); in xfs_qm_dqflush_check()
Dxfs_qm.c164 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge()
558 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota()
1602 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
Dxfs_qm_syscalls.c541 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()