Home
last modified time | relevance | path

Searched refs:i_gdquot (Results 1 – 5 of 5) 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()
388 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
398 if (ip->i_gdquot) { in xfs_qm_dqdetach()
399 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
400 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1913 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1914 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
2079 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
[all …]
H A Dxfs_quota.h29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
H A Dxfs_inode.h29 struct xfs_dquot *i_gdquot; /* group dquot */ member
H A Dxfs_icache.c724 ip->i_gdquot = NULL; in xfs_iget_cache_miss()
1045 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
/linux/fs/xfs/scrub/
H A Dorphanage.c89 oldg = xfs_qm_vop_chown(tp, dp, &dp->i_gdquot, gdqp); in xrep_chown_orphanage()