Lines Matching refs:udqp
964 struct xfs_dquot *udqp = NULL; in xfs_create() local
984 &udqp, &gdqp, &pdqp); in xfs_create()
1002 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create()
1007 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create()
1068 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1074 xfs_qm_dqrele(udqp); in xfs_create()
1094 xfs_qm_dqrele(udqp); in xfs_create()
1115 struct xfs_dquot *udqp = NULL; in xfs_create_tmpfile() local
1133 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1140 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
1160 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
1170 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()
1190 xfs_qm_dqrele(udqp); in xfs_create_tmpfile()