Searched refs:i_gdquot (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/ |
D | xfs_qm.c | 341 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked() 343 XFS_DQ_GROUP, doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked() 346 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked() 391 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 401 if (ip->i_gdquot) { in xfs_qm_dqdetach() 402 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach() 403 ip->i_gdquot = NULL; in xfs_qm_dqdetach() 1717 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1718 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1850 ASSERT(ip->i_gdquot); in xfs_qm_vop_chown_reserve() [all …]
|
D | xfs_qm_syscalls.c | 740 ASSERT(ip->i_gdquot == NULL); in xfs_dqrele_inode() 750 if ((flags & XFS_GQUOTA_ACCT) && ip->i_gdquot) { in xfs_dqrele_inode() 751 xfs_qm_dqrele(ip->i_gdquot); in xfs_dqrele_inode() 752 ip->i_gdquot = NULL; in xfs_dqrele_inode()
|
D | xfs_trans_dquot.c | 145 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino() 146 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino() 830 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
|
D | xfs_dquot.h | 124 return ip->i_gdquot; in xfs_inode_dquot()
|
D | xfs_quota.h | 28 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
|
D | xfs_inode.h | 28 struct xfs_dquot *i_gdquot; /* group dquot */ member
|
D | xfs_iops.c | 747 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|
D | xfs_icache.c | 566 ip->i_gdquot = NULL; in xfs_iget_cache_miss()
|
D | xfs_bmap_util.c | 1021 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, ip->i_gdquot, in xfs_unmap_extent()
|
/fs/xfs/scrub/ |
D | repair.c | 941 if (XFS_IS_GQUOTA_ON(sc->mp) && !sc->ip->i_gdquot) in xrep_ino_dqattach()
|