Searched refs:xfs_dquot_type (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_trans_dquot.c | 168 .q_type = xfs_dquot_type(dqp), in xfs_trans_mod_ino_dquot() 270 switch (xfs_dquot_type(dqp)) { in xfs_trans_get_dqtrx() 454 .q_type = xfs_dquot_type(dqp), in xfs_trans_apply_dquot_deltas_hook() 641 .q_type = xfs_dquot_type(dqp), in xfs_trans_unreserve_and_mod_dquots_hook() 734 switch (xfs_dquot_type(dqp)) { in xfs_quota_warn() 825 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv() 895 if (xfs_dquot_type(dqp) == XFS_DQTYPE_PROJ) in xfs_trans_dqresv()
|
| H A D | xfs_dquot.h | 125 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() function 168 switch (xfs_dquot_type(dqp)) { in xfs_dquot_is_enforced()
|
| H A D | xfs_dquot.c | 128 defq = xfs_get_defquota(q, xfs_dquot_type(dq)); in xfs_qm_adjust_dqlimits() 215 defq = xfs_get_defquota(qi, xfs_dquot_type(dq)); in xfs_qm_adjust_dqtimers() 351 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() 463 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() 586 dqp_type = xfs_dquot_type(dqp); in xfs_dquot_check_type() 1212 xfs_dqtype_t type = xfs_dquot_type(dqp); in xfs_qm_dqflush_check()
|
| H A D | xfs_qm.c | 185 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge() 549 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota() 1825 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 | 305 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()
|