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()
1691 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1692 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1826 ASSERT(ip->i_gdquot); in xfs_qm_vop_chown_reserve()
1827 gdq_unres = ip->i_gdquot; in xfs_qm_vop_chown_reserve()
1926 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
1928 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()