Home
last modified time | relevance | path

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

/freebsd/lib/geom/virstor/
H A Dgeom_virstor.c161 unsigned int map_chunks; /* Chunks needed by the map (map size). */ in virstor_label() local
301 map_chunks = map_size/md.md_chunk_size; in virstor_label()
303 map_chunks++; in virstor_label()
305 printf(" (%zu MB, %d chunks) ", map_size/(1024*1024), map_chunks); in virstor_label()
403 md.chunk_reserved = map_chunks * 2; in virstor_label()