gdqp             1141 fs/xfs/xfs_inode.c 	struct xfs_dquot	*gdqp = NULL;
gdqp             1159 fs/xfs/xfs_inode.c 					&udqp, &gdqp, &pdqp);
gdqp             1192 fs/xfs/xfs_inode.c 	error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp,
gdqp             1247 fs/xfs/xfs_inode.c 	xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
gdqp             1254 fs/xfs/xfs_inode.c 	xfs_qm_dqrele(gdqp);
gdqp             1274 fs/xfs/xfs_inode.c 	xfs_qm_dqrele(gdqp);
gdqp             1294 fs/xfs/xfs_inode.c 	struct xfs_dquot	*gdqp = NULL;
gdqp             1310 fs/xfs/xfs_inode.c 				&udqp, &gdqp, &pdqp);
gdqp             1321 fs/xfs/xfs_inode.c 	error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp,
gdqp             1338 fs/xfs/xfs_inode.c 	xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
gdqp             1349 fs/xfs/xfs_inode.c 	xfs_qm_dqrele(gdqp);
gdqp             1369 fs/xfs/xfs_inode.c 	xfs_qm_dqrele(gdqp);
gdqp              629 fs/xfs/xfs_iops.c 	struct xfs_dquot	*udqp = NULL, *gdqp = NULL;
gdqp              664 fs/xfs/xfs_iops.c 		ASSERT(gdqp == NULL);
gdqp              668 fs/xfs/xfs_iops.c 					   qflags, &udqp, &gdqp, NULL);
gdqp              703 fs/xfs/xfs_iops.c 			error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp,
gdqp              744 fs/xfs/xfs_iops.c 				ASSERT(gdqp);
gdqp              746 fs/xfs/xfs_iops.c 							&ip->i_gdquot, gdqp);
gdqp              774 fs/xfs/xfs_iops.c 	xfs_qm_dqrele(gdqp);
gdqp              799 fs/xfs/xfs_iops.c 	xfs_qm_dqrele(gdqp);
gdqp             1784 fs/xfs/xfs_qm.c 	struct xfs_dquot	*gdqp,
gdqp             1820 fs/xfs/xfs_qm.c 	if (XFS_IS_GQUOTA_ON(ip->i_mount) && gdqp &&
gdqp             1821 fs/xfs/xfs_qm.c 	    ip->i_d.di_gid != be32_to_cpu(gdqp->q_core.d_id)) {
gdqp             1822 fs/xfs/xfs_qm.c 		gdq_delblks = gdqp;
gdqp             1905 fs/xfs/xfs_qm.c 	struct xfs_dquot	*gdqp,
gdqp             1923 fs/xfs/xfs_qm.c 	if (gdqp && XFS_IS_GQUOTA_ON(mp)) {
gdqp             1925 fs/xfs/xfs_qm.c 		ASSERT(ip->i_d.di_gid == be32_to_cpu(gdqp->q_core.d_id));
gdqp             1926 fs/xfs/xfs_qm.c 		ip->i_gdquot = xfs_qm_dqhold(gdqp);
gdqp             1927 fs/xfs/xfs_qm.c 		xfs_trans_mod_dquot(tp, gdqp, XFS_TRANS_DQ_ICOUNT, 1);
gdqp              114 fs/xfs/xfs_quota.h 		struct xfs_dquot **gdqp, struct xfs_dquot **pdqp)
gdqp              117 fs/xfs/xfs_quota.h 	*gdqp = NULL;
gdqp              133 fs/xfs/xfs_quota.h 		struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
gdqp              169 fs/xfs/xfs_symlink.c 	struct xfs_dquot	*gdqp = NULL;
gdqp              188 fs/xfs/xfs_symlink.c 	udqp = gdqp = NULL;
gdqp              198 fs/xfs/xfs_symlink.c 			&udqp, &gdqp, &pdqp);
gdqp              230 fs/xfs/xfs_symlink.c 	error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp,
gdqp              256 fs/xfs/xfs_symlink.c 	xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
gdqp              343 fs/xfs/xfs_symlink.c 	xfs_qm_dqrele(gdqp);
gdqp              363 fs/xfs/xfs_symlink.c 	xfs_qm_dqrele(gdqp);
gdqp              735 fs/xfs/xfs_trans_dquot.c 	struct xfs_dquot	*gdqp,
gdqp              758 fs/xfs/xfs_trans_dquot.c 	if (gdqp) {
gdqp              759 fs/xfs/xfs_trans_dquot.c 		error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags);
gdqp              777 fs/xfs/xfs_trans_dquot.c 	if (gdqp)
gdqp              778 fs/xfs/xfs_trans_dquot.c 		xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags);