Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans.c181 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
203 tp->t_log_res = 0; in xfs_trans_reserve()
1012 unsigned int log_res = tp->t_log_res; in xfs_trans_roll()
1049 tp->t_log_res = log_res; in xfs_trans_roll()
H A Dxfs_trans.h124 unsigned int t_log_res; /* amt of log space resvd */ member
H A Dxfs_log.c1887 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
/linux/fs/xfs/scrub/
H A Dreap.c531 unsigned int res = sc->tp->t_log_res - fixed_overhead; in xreap_configure_limits()
534 if (sc->tp->t_log_res < (fixed_overhead + variable_overhead)) { in xreap_configure_limits()
535 ASSERT(sc->tp->t_log_res >= in xreap_configure_limits()
H A Dtrace.h2020 __entry->log_res = tp->t_log_res;
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c999 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture()
H A Dxfs_refcount.c1121 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
1123 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()