Lines Matching refs:i_pdquot
390 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) {
392 doalloc, &ip->i_pdquot);
395 ASSERT(ip->i_pdquot);
434 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
448 if (ip->i_pdquot) {
449 xfs_qm_dqrele(ip->i_pdquot);
450 ip->i_pdquot = NULL;
1998 ASSERT(ip->i_pdquot);
1999 pq = xfs_qm_dqhold(ip->i_pdquot);
2157 ASSERT(ip->i_pdquot == NULL);
2160 ip->i_pdquot = xfs_qm_dqhold(pdqp);