Lines Matching refs:gdqp
1149 struct xfs_dquot *gdqp = NULL; in xfs_create() local
1167 &udqp, &gdqp, &pdqp); in xfs_create()
1212 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1276 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1287 xfs_qm_dqrele(gdqp); in xfs_create()
1309 xfs_qm_dqrele(gdqp); in xfs_create()
1330 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local
1346 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1363 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1381 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
1393 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()
1413 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()