Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_qm.c327 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked()
329 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked()
332 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked()
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
391 if (ip->i_udquot) { in xfs_qm_dqdetach()
392 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach()
393 ip->i_udquot = NULL; in xfs_qm_dqdetach()
1675 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc()
1676 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1816 ASSERT(ip->i_udquot); in xfs_qm_vop_chown_reserve()
[all …]
Dxfs_qm_syscalls.c743 ASSERT(ip->i_udquot == NULL); in xfs_dqrele_inode()
750 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_dqrele_inode()
751 xfs_qm_dqrele(ip->i_udquot); in xfs_dqrele_inode()
752 ip->i_udquot = NULL; in xfs_dqrele_inode()
Dxfs_dquot.h119 return ip->i_udquot; in xfs_inode_dquot()
Dxfs_trans_dquot.c142 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino()
143 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino()
819 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_quota.h27 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
Dxfs_inode.h27 struct xfs_dquot *i_udquot; /* user dquot */ member
Dxfs_bmap_util.c1021 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, ip->i_gdquot, in xfs_unmap_extent()
1257 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, in xfs_collapse_file_space()
Dxfs_iops.c734 &ip->i_udquot, udqp); in xfs_setattr_nonsize()
Dxfs_icache.c561 ip->i_udquot = NULL; in xfs_iget_cache_miss()
/Linux-v5.4/fs/xfs/scrub/
Drepair.c939 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()