Searched refs:i_udquot (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_qm.c | 305 * See if we already have it in the inode itself. IO_idqpp is &i_udquot in xfs_qm_dqattach_one() 374 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked() 376 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked() 379 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked() 434 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 440 if (ip->i_udquot) { in xfs_qm_dqdetach() 441 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach() 442 ip->i_udquot = NULL; in xfs_qm_dqdetach() 1962 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc() 1963 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() [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 | 28 struct xfs_dquot *i_udquot; /* user dquot */ member
|
H A D | xfs_trans.c | 1270 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
|
H A D | xfs_iops.c | 854 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 | orphanage.c | 84 oldu = xfs_qm_vop_chown(tp, dp, &dp->i_udquot, udqp); in xrep_chown_orphanage()
|
H A D | repair.c | 820 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()
|