Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_cil.c47 tic->t_iclog_hdrs = 0; in xlog_cil_ticket_alloc()
617 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1); in xlog_cil_insert_items()
619 ctx_res = split_res * tp->t_ticket->t_iclog_hdrs; in xlog_cil_insert_items()
620 atomic_sub(tp->t_ticket->t_iclog_hdrs, &cil->xc_iclog_hdrs); in xlog_cil_insert_items()
Dxfs_log_priv.h155 int t_iclog_hdrs; /* iclog hdrs in t_curr_res */ member
Dxfs_log.c3538 unit_res = xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs); in xlog_ticket_alloc()