Searched refs:xfs_dquot_type (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_trans_dquot.c | 165 .q_type = xfs_dquot_type(dqp), in xfs_trans_mod_ino_dquot() 266 switch (xfs_dquot_type(dqp)) { in xfs_trans_get_dqtrx() 450 .q_type = xfs_dquot_type(dqp), in xfs_trans_apply_dquot_deltas_hook() 619 .q_type = xfs_dquot_type(dqp), in xfs_trans_unreserve_and_mod_dquots_hook() 709 switch (xfs_dquot_type(dqp)) { in xfs_quota_warn() 800 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv() 870 if (xfs_dquot_type(dqp) == XFS_DQTYPE_PROJ) in xfs_trans_dqresv()
|
| 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()
|
| A D | xfs_dquot.c | 102 defq = xfs_get_defquota(q, xfs_dquot_type(dq)); in xfs_qm_adjust_dqlimits() 189 defq = xfs_get_defquota(qi, xfs_dquot_type(dq)); in xfs_qm_adjust_dqtimers() 320 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() 432 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() 555 dqp_type = xfs_dquot_type(dqp); in xfs_dquot_check_type() 1202 xfs_dqtype_t type = xfs_dquot_type(dqp); in xfs_qm_dqflush_check()
|
| A D | xfs_qm.c | 167 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge() 561 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota() 1694 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
|
| A D | xfs_qm_syscalls.c | 305 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()
|
Completed in 13 milliseconds