Home
last modified time | relevance | path

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

/linux-5.19.10/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()
1691 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc()
1692 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1861 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach()
[all …]
Dxfs_trans_dquot.c139 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino()
140 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino()
805 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
812 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
816 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
Dxfs_quota.h28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
Dxfs_dquot.h159 return ip->i_udquot; in xfs_inode_dquot()
Dxfs_inode.h27 struct xfs_dquot *i_udquot; /* user dquot */ member
Dxfs_icache.c658 ip->i_udquot = NULL; in xfs_iget_cache_miss()
941 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
Dxfs_trans.c1222 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
Dxfs_iops.c710 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize()
/linux-5.19.10/fs/xfs/scrub/
Drepair.c949 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()