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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c559 int iovhdr_res = 0, split_res = 0, ctx_res = 0; local
625 split_res = log->l_iclog_hsize +
628 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1);
630 ctx_res = split_res * tp->t_ticket->t_iclog_hdrs;
690 split_res);

Completed in 94 milliseconds