Lines Matching refs:i_gdquot
339 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked()
341 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked()
344 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
399 if (ip->i_gdquot) { in xfs_qm_dqdetach()
400 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
401 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1717 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1718 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1849 ASSERT(ip->i_gdquot); in xfs_qm_vop_chown_reserve()
1850 gdq_unres = ip->i_gdquot; in xfs_qm_vop_chown_reserve()
1949 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
1951 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()