Home
last modified time | relevance | path

Searched refs:t_rtx_res (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/xfs/
Dxfs_trans.c122 ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_trans_dup()
123 tp->t_rtx_res = tp->t_rtx_res_used; in xfs_trans_dup()
217 tp->t_rtx_res += rtextents; in xfs_trans_reserve()
417 ASSERT(tp->t_rtx_res_used <= tp->t_rtx_res); in xfs_trans_mod_sb()
608 if (tp->t_rtx_res > 0) in xfs_trans_unreserve_and_mod_sb()
609 rtxdelta = tp->t_rtx_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h132 unsigned int t_rtx_res; /* # of rt extents resvd */ member
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_defer.c724 dfc->dfc_rtxres = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_defer_ops_capture()