Lines Matching refs:udqp
1148 struct xfs_dquot *udqp = 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()
1286 xfs_qm_dqrele(udqp); in xfs_create()
1308 xfs_qm_dqrele(udqp); in xfs_create()
1329 struct xfs_dquot *udqp = 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()
1392 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()
1412 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()