Searched refs:i_udquot (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/fs/xfs/ |
D | xfs_qm.c | 327 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 …]
|
D | xfs_trans_dquot.c | 139 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()
|
D | xfs_quota.h | 28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
|
D | xfs_dquot.h | 159 return ip->i_udquot; in xfs_inode_dquot()
|
D | xfs_inode.h | 27 struct xfs_dquot *i_udquot; /* user dquot */ member
|
D | xfs_icache.c | 658 ip->i_udquot = NULL; in xfs_iget_cache_miss() 941 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
|
D | xfs_trans.c | 1222 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
|
D | xfs_iops.c | 710 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize()
|
/linux-5.19.10/fs/xfs/scrub/ |
D | repair.c | 949 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()
|