Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
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()
1708 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1709 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1834 ASSERT(ip->i_pdquot); in xfs_qm_vop_chown_reserve()
[all …]
Dxfs_qm_syscalls.c745 ASSERT(ip->i_pdquot == NULL); in xfs_dqrele_inode()
758 if ((flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) { in xfs_dqrele_inode()
759 xfs_qm_dqrele(ip->i_pdquot); in xfs_dqrele_inode()
760 ip->i_pdquot = NULL; in xfs_dqrele_inode()
Dxfs_dquot.h123 return ip->i_pdquot; in xfs_inode_dquot()
Dxfs_trans_dquot.c146 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino()
147 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino()
820 ip->i_pdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_quota.h29 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
Dxfs_inode.h29 struct xfs_dquot *i_pdquot; /* project dquot */ member
Dxfs_bmap_util.c1022 ip->i_pdquot, resblks, 0, XFS_QMOPT_RES_REGBLKS); in xfs_unmap_extent()
1258 ip->i_gdquot, ip->i_pdquot, resblks, 0, in xfs_collapse_file_space()
Dxfs_icache.c563 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
Dxfs_ioctl.c1612 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
/Linux-v5.4/fs/xfs/scrub/
Drepair.c943 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()