Lines Matching refs:i_gdquot
264 * or &i_gdquot. This made the code look weird, but made the logic a lot
339 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) {
341 doalloc, &ip->i_gdquot);
344 ASSERT(ip->i_gdquot);
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
399 if (ip->i_gdquot) {
400 xfs_qm_dqrele(ip->i_gdquot);
401 ip->i_gdquot = NULL;
1719 ASSERT(ip->i_gdquot);
1720 gq = xfs_qm_dqhold(ip->i_gdquot);
1926 ASSERT(ip->i_gdquot == NULL);
1929 ip->i_gdquot = xfs_qm_dqhold(gdqp);