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

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

Completed in 243 milliseconds