Searched refs:i_pdquot (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_qm.c | 389 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked() 391 doalloc, &ip->i_pdquot); in xfs_qm_dqattach_locked() 394 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked() 433 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 447 if (ip->i_pdquot) { in xfs_qm_dqdetach() 448 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach() 449 ip->i_pdquot = NULL; in xfs_qm_dqdetach() 2051 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc() 2052 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc() 2210 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
H A D | xfs_trans_dquot.c | 258 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino() 259 xfs_trans_mod_ino_dquot(tp, ip, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino() 1001 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks() 1008 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks() 1012 ip->i_gdquot, ip->i_pdquot, -dblocks, 0, in xfs_trans_reserve_quota_nblks()
|
H A D | xfs_dquot.h | 172 return ip->i_pdquot; in xfs_inode_dquot()
|
H A D | xfs_quota.h | 30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
|
H A D | xfs_exchrange.c | 132 req->ip1->i_pdquot == req->ip2->i_pdquot)) in xfs_exchrange_reserve_quota()
|
H A D | xfs_inode.h | 32 struct xfs_dquot *i_pdquot; /* project dquot */ member
|
H A D | xfs_icache.c | 722 ip->i_pdquot = NULL; in xfs_iget_cache_miss() 1038 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
|
H A D | xfs_trans.c | 1285 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL; in xfs_trans_alloc_ichange()
|
H A D | xfs_ioctl.c | 807 &ip->i_pdquot, pdqp); in xfs_fileattr_set()
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 758 req->ip1->i_pdquot == req->ip2->i_pdquot)) in xrep_tempexch_reserve_quota()
|
H A D | repair.c | 823 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()
|