Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_qm.c335 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked()
337 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked()
340 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
395 if (ip->i_gdquot) { in xfs_qm_dqdetach()
396 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
397 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1691 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1692 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1824 ASSERT(ip->i_gdquot); in xfs_qm_vop_chown_reserve()
[all …]
Dxfs_qm_syscalls.c744 ASSERT(ip->i_gdquot == NULL); in xfs_dqrele_inode()
754 if ((flags & XFS_GQUOTA_ACCT) && ip->i_gdquot) { in xfs_dqrele_inode()
755 xfs_qm_dqrele(ip->i_gdquot); in xfs_dqrele_inode()
756 ip->i_gdquot = NULL; in xfs_dqrele_inode()
Dxfs_dquot.h121 return ip->i_gdquot; in xfs_inode_dquot()
Dxfs_trans_dquot.c144 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino()
145 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino()
819 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_quota.h28 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
Dxfs_inode.h28 struct xfs_dquot *i_gdquot; /* group dquot */ member
Dxfs_bmap_util.c1021 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, ip->i_gdquot, in xfs_unmap_extent()
1258 ip->i_gdquot, ip->i_pdquot, resblks, 0, in xfs_collapse_file_space()
Dxfs_iops.c746 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
Dxfs_icache.c562 ip->i_gdquot = NULL; in xfs_iget_cache_miss()
/Linux-v5.4/fs/xfs/scrub/
Drepair.c941 if (XFS_IS_GQUOTA_ON(sc->mp) && !sc->ip->i_gdquot) in xrep_ino_dqattach()