Lines Matching refs:udqp
1122 struct xfs_dquot *udqp = NULL; in xfs_create() local
1140 &udqp, &gdqp, &pdqp); in xfs_create()
1173 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1228 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1234 xfs_qm_dqrele(udqp); in xfs_create()
1254 xfs_qm_dqrele(udqp); in xfs_create()
1274 struct xfs_dquot *udqp = NULL; in xfs_create_tmpfile() local
1290 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1301 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1318 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
1328 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()
1348 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()