Lines Matching refs:gdqp
1134 struct xfs_dquot *gdqp = NULL; in xfs_create() local
1152 &udqp, &gdqp, &pdqp); in xfs_create()
1199 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1266 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1277 xfs_qm_dqrele(gdqp); in xfs_create()
1301 xfs_qm_dqrele(gdqp); in xfs_create()
1323 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local
1339 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1358 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1379 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
1391 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()
1413 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()