Searched refs:i_gdquot (Results 1 – 5 of 5) sorted by relevance
336 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 …]
29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
29 struct xfs_dquot *i_gdquot; /* group dquot */ member
724 ip->i_gdquot = NULL; in xfs_iget_cache_miss()1045 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
89 oldg = xfs_qm_vop_chown(tp, dp, &dp->i_gdquot, gdqp); in xrep_chown_orphanage()