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

/linux-master/fs/xfs/
H A Dxfs_dquot.h229 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) function
H A Dxfs_qm.c1748 uq = xfs_qm_dqhold(ip->i_udquot);
1766 gq = xfs_qm_dqhold(ip->i_gdquot);
1784 pq = xfs_qm_dqhold(ip->i_pdquot);
1868 *IO_olddq = xfs_qm_dqhold(newdq);
1920 ip->i_udquot = xfs_qm_dqhold(udqp);
1926 ip->i_gdquot = xfs_qm_dqhold(gdqp);
1932 ip->i_pdquot = xfs_qm_dqhold(pdqp);

Completed in 140 milliseconds