Home
last modified time | relevance | path

Searched refs:t_iclog_hdrs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c46 tic->t_iclog_hdrs = 0; in xlog_cil_ticket_alloc()
628 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1); in xlog_cil_insert_items()
630 ctx_res = split_res * tp->t_ticket->t_iclog_hdrs; in xlog_cil_insert_items()
631 atomic_sub(tp->t_ticket->t_iclog_hdrs, &cil->xc_iclog_hdrs); in xlog_cil_insert_items()
H A Dxfs_log_priv.h157 int t_iclog_hdrs; /* iclog hdrs in t_curr_res */ member
H A Dxfs_log.c3522 unit_res = xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs); in xlog_ticket_alloc()