Lines Matching refs:i_gdquot
262 * or &i_gdquot. This made the code look weird, but made the logic a lot
335 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) {
337 doalloc, &ip->i_gdquot);
340 ASSERT(ip->i_gdquot);
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
395 if (ip->i_gdquot) {
396 xfs_qm_dqrele(ip->i_gdquot);
397 ip->i_gdquot = NULL;
1750 ASSERT(ip->i_gdquot);
1751 gq = xfs_qm_dqhold(ip->i_gdquot);
1909 ASSERT(ip->i_gdquot == NULL);
1912 ip->i_gdquot = xfs_qm_dqhold(gdqp);