Lines Matching refs:udqp
1124 struct xfs_dquot *udqp = 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()
1235 xfs_qm_dqrele(udqp); in xfs_create()
1255 xfs_qm_dqrele(udqp); in xfs_create()
1275 struct xfs_dquot *udqp = 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()
1329 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()
1349 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()