Searched refs:t_log_res (Results 1 – 7 of 7) sorted by relevance
181 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()
124 unsigned int t_log_res; /* amt of log space resvd */ member
1887 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
531 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()
2020 __entry->log_res = tp->t_log_res;
999 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture()
1121 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()