Lines Matching refs:pdqp
966 struct xfs_dquot *pdqp = 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()
1076 xfs_qm_dqrele(pdqp); in xfs_create()
1096 xfs_qm_dqrele(pdqp); in xfs_create()
1117 struct xfs_dquot *pdqp = 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()
1172 xfs_qm_dqrele(pdqp); in xfs_create_tmpfile()
1192 xfs_qm_dqrele(pdqp); in xfs_create_tmpfile()