Home
last modified time | relevance | path

Searched refs:i_gdquot (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/
H A Dxfs_qm.c336 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked()
338 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked()
341 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
386 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
396 if (ip->i_gdquot) { in xfs_qm_dqdetach()
397 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
398 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1804 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1805 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1962 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
[all …]
H A Dxfs_trans_dquot.c252 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino()
253 xfs_trans_mod_ino_dquot(tp, ip, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino()
974 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks()
981 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks()
985 ip->i_gdquot, ip->i_pdquot, -dblocks, 0, in xfs_trans_reserve_quota_nblks()
H A Dxfs_dquot.h161 return ip->i_gdquot; in xfs_inode_dquot()
H A Dxfs_quota.h29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
H A Dxfs_exchrange.c128 req->ip1->i_gdquot == req->ip2->i_gdquot && in xfs_exchrange_reserve_quota()
H A Dxfs_inode.h29 struct xfs_dquot *i_gdquot; /* group dquot */ member
H A Dxfs_icache.c736 ip->i_gdquot = NULL; in xfs_iget_cache_miss()
982 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
H A Dxfs_trans.c1262 gdqp = (new_gdqp != ip->i_gdquot) ? new_gdqp : NULL; in xfs_trans_alloc_ichange()
H A Dxfs_iops.c758 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
/linux/fs/xfs/scrub/
H A Dtempfile.c643 req->ip1->i_gdquot == req->ip2->i_gdquot && in xrep_tempexch_reserve_quota()
H A Dorphanage.c89 oldg = xfs_qm_vop_chown(tp, dp, &dp->i_gdquot, gdqp); in xrep_chown_orphanage()
H A Drepair.c779 if (XFS_IS_GQUOTA_ON(sc->mp) && !sc->ip->i_gdquot) in xrep_ino_dqattach()