Home
last modified time | relevance | path

Searched refs:bat_bytes (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-resize.c885 uint64_t bat_needed, bat_size, bat_avail, bat_bytes, bat_secs; in vhd_dynamic_grow() local
902 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()
A Dlibvhd.c604 uint32_t bat_bytes; in vhd_end_of_headers() local
615 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