Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.c180 ASSERT(tp->t_log_res == 0 || in xfs_trans_reserve()
181 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
207 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
235 tp->t_log_res = 0; in xfs_trans_reserve()
1087 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
Dxfs_trans.h103 unsigned int t_log_res; /* amt of log space resvd */ member
Dxfs_log.c2132 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c853 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
855 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()
Dxfs_bmap.c5177 max_len = min(len, xfs_refcount_max_unmap(tp->t_log_res)); in __xfs_bunmapi()