Searched refs:map_bytes (Results 1 – 2 of 2) sorted by relevance
886 uint64_t map_needed, map_size, map_avail, map_bytes, map_secs; in vhd_dynamic_grow() local909 map_bytes = (vhd->header.max_bat_size + 7) >> 3; in vhd_dynamic_grow()912 map_avail = map_size - map_bytes; in vhd_dynamic_grow()
2707 int err, map_bytes; in vhd_create_batmap() local2713 map_bytes = (ctx->header.max_bat_size + 7) >> 3; in vhd_create_batmap()2725 header->batmap_size = secs_round_up_no_zero(map_bytes); in vhd_create_batmap()2728 map_bytes = vhd_sectors_to_bytes(header->batmap_size); in vhd_create_batmap()2731 VHD_SECTOR_SIZE, map_bytes); in vhd_create_batmap()2737 memset(ctx->batmap.map, 0, map_bytes); in vhd_create_batmap()
Completed in 12 milliseconds