Home
last modified time | relevance | path

Searched refs:i_pdquot (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/
A Dxfs_qm.c344 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()
386 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
400 if (ip->i_pdquot) { in xfs_qm_dqdetach()
401 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()
402 ip->i_pdquot = NULL; in xfs_qm_dqdetach()
1822 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1823 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1968 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach()
[all …]
A Dxfs_trans_dquot.c254 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino()
255 xfs_trans_mod_ino_dquot(tp, ip, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino()
974 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks()
981 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks()
985 ip->i_gdquot, ip->i_pdquot, -dblocks, 0, in xfs_trans_reserve_quota_nblks()
A Dxfs_dquot.h163 return ip->i_pdquot; in xfs_inode_dquot()
A Dxfs_quota.h30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
A Dxfs_exchrange.c129 req->ip1->i_pdquot == req->ip2->i_pdquot)) in xfs_exchrange_reserve_quota()
A Dxfs_inode.h30 struct xfs_dquot *i_pdquot; /* project dquot */ member
A Dxfs_icache.c737 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
982 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
A Dxfs_trans.c1263 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL; in xfs_trans_alloc_ichange()
A Dxfs_ioctl.c758 &ip->i_pdquot, pdqp); in xfs_fileattr_set()
/linux/fs/xfs/scrub/
A Dtempfile.c644 req->ip1->i_pdquot == req->ip2->i_pdquot)) in xrep_tempexch_reserve_quota()
A Dorphanage.c94 oldp = xfs_qm_vop_chown(tp, dp, &dp->i_pdquot, pdqp); in xrep_chown_orphanage()
A Drepair.c781 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()

Completed in 31 milliseconds