Searched refs:i_gdquot (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_qm.c | 381 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked() 383 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked() 386 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked() 433 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 443 if (ip->i_gdquot) { in xfs_qm_dqdetach() 444 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach() 445 ip->i_gdquot = NULL; in xfs_qm_dqdetach() 2033 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc() 2034 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc() 2204 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
H A D | xfs_trans_dquot.c | 256 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino() 257 xfs_trans_mod_ino_dquot(tp, ip, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino() 1001 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks() 1008 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks() 1012 ip->i_gdquot, ip->i_pdquot, -dblocks, 0, in xfs_trans_reserve_quota_nblks()
|
H A D | xfs_dquot.h | 170 return ip->i_gdquot; in xfs_inode_dquot()
|
H A D | xfs_quota.h | 29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
|
H A D | xfs_exchrange.c | 131 req->ip1->i_gdquot == req->ip2->i_gdquot && in xfs_exchrange_reserve_quota()
|
H A D | xfs_inode.h | 31 struct xfs_dquot *i_gdquot; /* group dquot */ member
|
H A D | xfs_icache.c | 721 ip->i_gdquot = 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 | 1284 gdqp = (new_gdqp != ip->i_gdquot) ? new_gdqp : NULL; in xfs_trans_alloc_ichange()
|
H A D | xfs_iops.c | 792 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 757 req->ip1->i_gdquot == req->ip2->i_gdquot && in xrep_tempexch_reserve_quota()
|
H A D | repair.c | 821 if (XFS_IS_GQUOTA_ON(sc->mp) && !sc->ip->i_gdquot) in xrep_ino_dqattach()
|