Searched refs:t_rtx_res_used (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_trans.c144 ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; xfs_trans_dup()
145 tp->t_rtx_res = tp->t_rtx_res_used; xfs_trans_dup()
339 tp->t_rtx_res_used += (uint)-delta; xfs_trans_mod_sb()
340 ASSERT(tp->t_rtx_res_used <= tp->t_rtx_res); xfs_trans_mod_sb()
H A Dxfs_trans.h99 unsigned int t_rtx_res_used; /* # of resvd rt extents used */ member in struct:xfs_trans

Completed in 76 milliseconds