Searched refs:i_pdquot (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/fs/xfs/ |
D | xfs_qm.c | 343 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked() 345 doalloc, &ip->i_pdquot); in xfs_qm_dqattach_locked() 348 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked() 385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 399 if (ip->i_pdquot) { in xfs_qm_dqdetach() 400 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach() 401 ip->i_pdquot = NULL; in xfs_qm_dqdetach() 1768 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc() 1769 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc() 1916 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
D | xfs_trans_dquot.c | 143 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino() 144 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino() 806 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks() 813 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks() 817 ip->i_gdquot, ip->i_pdquot, -dblocks, 0, in xfs_trans_reserve_quota_nblks()
|
D | xfs_dquot.h | 163 return ip->i_pdquot; in xfs_inode_dquot()
|
D | xfs_quota.h | 30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
|
D | xfs_inode.h | 29 struct xfs_dquot *i_pdquot; /* project dquot */ member
|
D | xfs_icache.c | 693 ip->i_pdquot = NULL; in xfs_iget_cache_miss() 938 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
|
D | xfs_trans.c | 1322 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL; in xfs_trans_alloc_ichange()
|
D | xfs_ioctl.c | 1381 &ip->i_pdquot, pdqp); in xfs_fileattr_set()
|
/Linux-v6.6/fs/xfs/scrub/ |
D | repair.c | 725 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()
|