Lines Matching refs:i_pdquot
343 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) {
345 doalloc, &ip->i_pdquot);
348 ASSERT(ip->i_pdquot);
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
399 if (ip->i_pdquot) {
400 xfs_qm_dqrele(ip->i_pdquot);
401 ip->i_pdquot = NULL;
1768 ASSERT(ip->i_pdquot);
1769 pq = xfs_qm_dqhold(ip->i_pdquot);
1916 ASSERT(ip->i_pdquot == NULL);
1919 ip->i_pdquot = xfs_qm_dqhold(pdqp);