Searched refs:i_gdquot (Results 1 – 7 of 7) sorted by relevance
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() 387 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 397 if (ip->i_gdquot) { in xfs_qm_dqdetach() 398 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach() 399 ip->i_gdquot = NULL; in xfs_qm_dqdetach() 1918 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1919 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc() 2084 ASSERT(ip->i_gdquot in xfs_qm_vop_create_dqattach() [all...]
29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
131 req->ip1->i_gdquot == req->ip2->i_gdquot && in xfs_exchrange_reserve_quota()
29 struct xfs_dquot *i_gdquot; /* group dquot */ member
720 ip->i_gdquot = NULL; in xfs_iget_cache_miss() 1044 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
857 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
773 req->ip1->i_gdquot == req->ip2->i_gdquot && in xrep_tempexch_reserve_quota()