Lines Matching refs:i_gdquot
335 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked()
337 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked()
340 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
395 if (ip->i_gdquot) { in xfs_qm_dqdetach()
396 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
397 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1714 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1715 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1873 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
1876 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()