t_rtx_res         119 fs/xfs/xfs_trans.c 	ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used;
t_rtx_res         120 fs/xfs/xfs_trans.c 	tp->t_rtx_res = tp->t_rtx_res_used;
t_rtx_res         221 fs/xfs/xfs_trans.c 		tp->t_rtx_res += rtextents;
t_rtx_res         389 fs/xfs/xfs_trans.c 			ASSERT(tp->t_rtx_res_used <= tp->t_rtx_res);
t_rtx_res         610 fs/xfs/xfs_trans.c 	if (tp->t_rtx_res > 0)
t_rtx_res         611 fs/xfs/xfs_trans.c 		rtxdelta = tp->t_rtx_res;
t_rtx_res         114 fs/xfs/xfs_trans.h 	unsigned int		t_rtx_res;	/* # of rt extents resvd */