Home
last modified time | relevance | path

Searched refs:t_log_res (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_trans.c179 ASSERT(tp->t_log_res == 0 || in xfs_trans_reserve()
180 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
204 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
232 tp->t_log_res = 0; in xfs_trans_reserve()
1046 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
H A Dxfs_trans.h125 unsigned int t_log_res; /* amt of log space resvd */ member
H A Dxfs_log.c1936 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_defer.c999 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture()
H A Dxfs_refcount.c1122 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
1124 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()