Searched refs:num_headers (Results 1 – 1 of 1) sorted by relevance
3562 uint num_headers; in xfs_log_calc_unit_res() local3620 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()3623 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()3626 while (!num_headers || in xfs_log_calc_unit_res()3627 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()3629 num_headers++; in xfs_log_calc_unit_res()3631 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()