Searched refs:xfs_qm_dqhold (Results 1 – 2 of 2) sorted by relevance
421 *IO_idqpp = xfs_qm_dqhold(dqp); in xfs_qm_dqattach_one()481 udq->q_gdquot = xfs_qm_dqhold(gdq); in xfs_qm_dqattach_grouphint()1658 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()1679 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()1699 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()1752 *IO_olddq = xfs_qm_dqhold(newdq); in xfs_qm_vop_chown()1888 ip->i_udquot = xfs_qm_dqhold(udqp); in xfs_qm_vop_create_dqattach()1898 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()
157 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold() function