Lines Matching refs:i_pdquot
347 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) {
349 doalloc, &ip->i_pdquot);
352 ASSERT(ip->i_pdquot);
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
403 if (ip->i_pdquot) {
404 xfs_qm_dqrele(ip->i_pdquot);
405 ip->i_pdquot = NULL;
1737 ASSERT(ip->i_pdquot);
1738 pq = xfs_qm_dqhold(ip->i_pdquot);
1933 ASSERT(ip->i_pdquot == NULL);
1936 ip->i_pdquot = xfs_qm_dqhold(pdqp);