Lines Matching refs:i_pdquot
347 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked()
349 doalloc, &ip->i_pdquot); in xfs_qm_dqattach_locked()
352 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
403 if (ip->i_pdquot) { in xfs_qm_dqdetach()
404 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()
405 ip->i_pdquot = NULL; in xfs_qm_dqdetach()
1734 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1735 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1859 ASSERT(ip->i_pdquot); in xfs_qm_vop_chown_reserve()
1860 pdq_unres = ip->i_pdquot; in xfs_qm_vop_chown_reserve()
1955 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach()
1958 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()