Searched refs:i_pdquot (Results 1 – 5 of 5) sorted by relevance
344 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked()346 doalloc, &ip->i_pdquot); in xfs_qm_dqattach_locked()349 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()388 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()402 if (ip->i_pdquot) { in xfs_qm_dqdetach()403 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()404 ip->i_pdquot = NULL; in xfs_qm_dqdetach()1927 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()1928 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()2085 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach()[all …]
30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
30 struct xfs_dquot *i_pdquot; /* project dquot */ member
725 ip->i_pdquot = NULL; in xfs_iget_cache_miss()1045 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
94 oldp = xfs_qm_vop_chown(tp, dp, &dp->i_pdquot, pdqp); in xrep_chown_orphanage()