Lines Matching refs:gdqp
1141 struct xfs_dquot *gdqp = NULL; in xfs_create() local
1159 &udqp, &gdqp, &pdqp); in xfs_create()
1192 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1247 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1254 xfs_qm_dqrele(gdqp); in xfs_create()
1274 xfs_qm_dqrele(gdqp); in xfs_create()
1294 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local
1310 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1321 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1338 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
1349 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()
1369 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()