Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_trans.c123 ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_trans_dup()
124 tp->t_rtx_res = tp->t_rtx_res_used; in xfs_trans_dup()
218 tp->t_rtx_res += rtextents; in xfs_trans_reserve()
420 ASSERT(tp->t_rtx_res_used <= tp->t_rtx_res); in xfs_trans_mod_sb()
597 int64_t rtxdelta = tp->t_rtx_res; in xfs_trans_unreserve_and_mod_sb()
620 ASSERT(tp->t_rtx_res || tp->t_frextents_delta >= 0); in xfs_trans_unreserve_and_mod_sb()
1171 tp->t_rtx_res -= rtx; in xfs_trans_reserve_more_inode()
Dxfs_trans.h130 unsigned int t_rtx_res; /* # of rt extents resvd */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c990 dfc->dfc_rtxres = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_defer_ops_capture()