Lines Matching refs:gdqp
965 struct xfs_dquot *gdqp = 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()
1075 xfs_qm_dqrele(gdqp); in xfs_create()
1095 xfs_qm_dqrele(gdqp); in xfs_create()
1116 struct xfs_dquot *gdqp = 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()
1171 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()
1191 xfs_qm_dqrele(gdqp); in xfs_create_tmpfile()