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()
1712 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1713 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1919 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
1922 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()