Lines Matching refs:i_gdquot
352 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked()
355 &ip->i_gdquot); in xfs_qm_dqattach_locked()
358 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
415 if (ip->i_gdquot) { in xfs_qm_dqdetach()
416 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
417 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1690 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1691 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1825 ASSERT(ip->i_gdquot); in xfs_qm_vop_chown_reserve()
1826 gdq_unres = ip->i_gdquot; in xfs_qm_vop_chown_reserve()
1925 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
1927 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()