Searched refs:num_headers (Results 1 – 1 of 1) sorted by relevance
3334 uint num_headers; in xfs_log_calc_unit_res() local3392 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()3395 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()3398 while (!num_headers || in xfs_log_calc_unit_res()3399 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()3401 num_headers++; in xfs_log_calc_unit_res()3403 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()