Lines Matching refs:i_pdquot
361 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked()
364 &ip->i_pdquot); in xfs_qm_dqattach_locked()
367 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()
405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
419 if (ip->i_pdquot) { in xfs_qm_dqdetach()
420 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()
421 ip->i_pdquot = NULL; in xfs_qm_dqdetach()
1711 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1712 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1836 ASSERT(ip->i_pdquot); in xfs_qm_vop_chown_reserve()
1837 pdq_unres = ip->i_pdquot; in xfs_qm_vop_chown_reserve()
1932 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach()
1935 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()