Home
last modified time | relevance | path

Searched refs:xfs_dquot_tree (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_qm.h78 xfs_dquot_tree( in xfs_dquot_tree() function
Dxfs_qm.c59 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dquot_walk()
167 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge()
1694 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
Dxfs_dquot.c886 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget()
975 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget_inode()
/linux-6.12.1/fs/xfs/scrub/
Ddqiterate.c149 struct radix_tree_root *tree = xfs_dquot_tree(qi, cursor->dqtype); in xchk_dquot_iter_advance_incore()