Searched refs:xfs_dquot_type (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 132 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() function 172 switch (xfs_dquot_type(dqp)) { in xfs_dquot_is_enforced()
|
H A D | xfs_trans_dquot.c | 166 switch (xfs_dquot_type(dqp)) { in xfs_trans_get_dqtrx() 555 switch (xfs_dquot_type(dqp)) { in xfs_quota_warn() 647 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv() 723 if (xfs_dquot_type(dqp) == XFS_DQTYPE_PROJ) in xfs_trans_dqresv()
|
H A D | xfs_dquot.c | 78 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() 513 dqp_type = xfs_dquot_type(dqp); in xfs_dquot_check_type() 1197 xfs_dqtype_t type = xfs_dquot_type(dqp); in xfs_qm_dqflush_check()
|
H A D | xfs_qm.c | 164 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() 1609 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
|
H A D | xfs_qm_syscalls.c | 541 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.h | 134 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() function 174 switch (xfs_dquot_type(dqp)) { in xfs_dquot_is_enforced()
|
H A D | xfs_trans_dquot.c | 155 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()
|
H A D | xfs_dquot.c | 78 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()
|
H A D | xfs_qm.c | 166 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge() 562 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota() 1640 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
|
H A D | xfs_qm_syscalls.c | 306 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()
|
Completed in 12 milliseconds