Lines Matching refs:gdqp
1125 struct xfs_dquot *gdqp = NULL; in xfs_create() local
1142 &udqp, &gdqp, &pdqp); in xfs_create()
1175 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1229 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1236 xfs_qm_dqrele(gdqp); in xfs_create()
1256 xfs_qm_dqrele(gdqp); in xfs_create()
1276 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local
1291 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1302 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1319 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
1330 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()
1350 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()