Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_qm.h79 xfs_dquot_tree( in xfs_dquot_tree() function
H A Dxfs_qm.c61 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dquot_walk()
181 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge()
1919 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
H A Dxfs_dquot.c916 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget()
1005 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget_inode()
/linux/fs/xfs/scrub/
H A Ddqiterate.c149 struct radix_tree_root *tree = xfs_dquot_tree(qi, cursor->dqtype); in xchk_dquot_iter_advance_incore()