Home
last modified time | relevance | path

Searched refs:i_pdquot (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_qm.c343 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 in xfs_qm_vop_create_dqattach()
[all...]
H A Dxfs_trans_dquot.c143 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()
H A Dxfs_dquot.h163 return ip->i_pdquot; in xfs_inode_dquot()
H A Dxfs_quota.h30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
H A Dxfs_inode.h29 struct xfs_dquot *i_pdquot; /* project dquot */ member
H A Dxfs_icache.c693 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
938 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
H A Dxfs_trans.c1322 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL; in xfs_trans_alloc_ichange()
H A Dxfs_ioctl.c1391 &ip->i_pdquot, pdqp); in xfs_fileattr_set()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm.c347 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked()
349 doalloc, &ip->i_pdquot); in xfs_qm_dqattach_locked()
352 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
403 if (ip->i_pdquot) { in xfs_qm_dqdetach()
404 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()
405 ip->i_pdquot = NULL; in xfs_qm_dqdetach()
1737 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1738 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1933 ASSERT(ip->i_pdquot in xfs_qm_vop_create_dqattach()
[all...]
H A Dxfs_qm_syscalls.c764 ASSERT(ip->i_pdquot == NULL); in xfs_dqrele_inode()
777 if ((*flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) { in xfs_dqrele_inode()
778 xfs_qm_dqrele(ip->i_pdquot); in xfs_dqrele_inode()
779 ip->i_pdquot = NULL; in xfs_dqrele_inode()
H A Dxfs_trans_dquot.c154 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino()
155 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino()
830 ip->i_pdquot, in xfs_trans_reserve_quota_nblks()
H A Dxfs_dquot.h161 return ip->i_pdquot; in xfs_inode_dquot()
H A Dxfs_quota.h30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
H A Dxfs_inode.h29 struct xfs_dquot *i_pdquot; /* project dquot */ member
H A Dxfs_icache.c569 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
H A Dxfs_bmap_util.c880 ip->i_pdquot, resblks, 0, XFS_QMOPT_RES_REGBLKS); in xfs_unmap_extent()
H A Dxfs_ioctl.c1513 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drepair.c725 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Drepair.c945 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()

Completed in 25 milliseconds