Home
last modified time | relevance | path

Searched refs:t_log_res (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.c176 ASSERT(tp->t_log_res == 0 || in xfs_trans_reserve()
177 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
203 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
231 tp->t_log_res = 0; in xfs_trans_reserve()
993 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
H A Dxfs_trans.h126 unsigned int t_log_res; /* amt of log space resvd */ member
H A Dxfs_log.c2050 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c177 ASSERT(tp->t_log_res == 0 || in xfs_trans_reserve()
178 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
202 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
230 tp->t_log_res = 0; in xfs_trans_reserve()
1148 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
H A Dxfs_trans.h128 unsigned int t_log_res; /* amt of log space resvd */ member
H A Dxfs_log.c2174 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.c655 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture()
H A Dxfs_refcount.c901 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
903 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()
H A Dxfs_bmap.c5305 max_len = min(len, xfs_refcount_max_unmap(tp->t_log_res)); in __xfs_bunmapi()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_defer.c736 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture()
H A Dxfs_refcount.c1076 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
1078 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()

Completed in 25 milliseconds