Searched refs:bat_bytes (Results 1 – 2 of 2) sorted by relevance
885 uint64_t bat_needed, bat_size, bat_avail, bat_bytes, bat_secs; in vhd_dynamic_grow() local902 bat_bytes = vhd->header.max_bat_size * sizeof(uint32_t); in vhd_dynamic_grow()903 bat_secs = secs_round_up_no_zero(bat_bytes); in vhd_dynamic_grow()905 bat_avail = bat_size - bat_bytes; in vhd_dynamic_grow()
604 uint32_t bat_bytes; in vhd_end_of_headers() local615 bat_bytes = vhd_bytes_padded(ctx->header.max_bat_size * sizeof(uint32_t)); in vhd_end_of_headers()616 bat_end = ctx->header.table_offset + bat_bytes; in vhd_end_of_headers()
Completed in 8 milliseconds