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()
1730 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1731 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1926 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach()
1929 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()