Lines Matching refs:udqp
1133 struct xfs_dquot *udqp = 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()
1276 xfs_qm_dqrele(udqp); in xfs_create()
1300 xfs_qm_dqrele(udqp); in xfs_create()
1322 struct xfs_dquot *udqp = 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()
1390 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()
1412 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()