Searched refs:iclog_space (Results 1 – 1 of 1) sorted by relevance
3141 int iclog_space; in xlog_calc_unit_res() local3199 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_calc_unit_res()3200 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()3207 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()