Searched refs:t_rtx_res (Results 1 – 2 of 2) sorted by relevance
651 ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_trans_dup()652 tp->t_rtx_res = tp->t_rtx_res_used; in xfs_trans_dup()751 tp->t_rtx_res += rtextents; in xfs_trans_reserve()856 ASSERT(tp->t_rtx_res_used <= tp->t_rtx_res); in xfs_trans_mod_sb()1041 if (tp->t_rtx_res > 0) in xfs_trans_unreserve_and_mod_sb()1042 rtxdelta = tp->t_rtx_res; in xfs_trans_unreserve_and_mod_sb()
392 unsigned int t_rtx_res; /* # of rt extents resvd */ member