Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_dquot.h134 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() function
174 switch (xfs_dquot_type(dqp)) { in xfs_dquot_is_enforced()
Dxfs_trans_dquot.c155 switch (xfs_dquot_type(dqp)) { in xfs_trans_get_dqtrx()
542 switch (xfs_dquot_type(dqp)) { in xfs_quota_warn()
633 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv()
703 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()
165 defq = xfs_get_defquota(qi, xfs_dquot_type(dq)); in xfs_qm_adjust_dqtimers()
296 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc()
412 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read()
533 dqp_type = xfs_dquot_type(dqp); in xfs_dquot_check_type()
1171 xfs_dqtype_t type = xfs_dquot_type(dqp); in xfs_qm_dqflush_check()
Dxfs_qm.c166 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge()
554 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota()
1604 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
Dxfs_qm_syscalls.c306 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()