Searched refs:num_headers (Results 1 – 1 of 1) sorted by relevance
3143 uint num_headers; in xlog_calc_unit_res() local3201 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()3204 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()3207 while (!num_headers || in xlog_calc_unit_res()3208 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()3210 num_headers++; in xlog_calc_unit_res()3212 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_calc_unit_res()3221 *niclogs = num_headers; in xlog_calc_unit_res()