Home
last modified time | relevance | path

Searched refs:xfs_qm_dqhold (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_qm.c1733 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1751 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1769 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1853 *IO_olddq = xfs_qm_dqhold(newdq); in xfs_qm_vop_chown()
1905 ip->i_udquot = xfs_qm_dqhold(udqp); in xfs_qm_vop_create_dqattach()
1912 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()
1919 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()
H A Dxfs_dquot.h229 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold() function