Searched refs:i_udquot (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_qm.c | 373 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked() 375 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked() 378 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked() 433 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 439 if (ip->i_udquot) { in xfs_qm_dqdetach() 440 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach() 441 ip->i_udquot = NULL; in xfs_qm_dqdetach() 2015 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc() 2016 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 2198 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
H A D | xfs_trans_dquot.c | 254 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino() 255 xfs_trans_mod_ino_dquot(tp, ip, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino() 1000 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 1007 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 1011 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
|
H A D | xfs_dquot.h | 168 return ip->i_udquot; in xfs_inode_dquot()
|
H A D | xfs_quota.h | 28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
|
H A D | xfs_exchrange.c | 130 (req->ip1->i_udquot == req->ip2->i_udquot && in xfs_exchrange_reserve_quota()
|
H A D | xfs_inode.h | 30 struct xfs_dquot *i_udquot; /* user dquot */ member
|
H A D | xfs_icache.c | 720 ip->i_udquot = NULL; in xfs_iget_cache_miss() 1038 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
|
H A D | xfs_trans.c | 1283 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
|
H A D | xfs_iops.c | 786 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize()
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 756 (req->ip1->i_udquot == req->ip2->i_udquot && in xrep_tempexch_reserve_quota()
|
H A D | repair.c | 819 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()
|