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

/freebsd-9.3-release/sbin/geom/class/virstor/
H A Dgeom_virstor.c218 unsigned int map_chunks; /* Chunks needed by the map (map size). */ local
370 map_chunks = map_size/md.md_chunk_size;
372 map_chunks++;
374 printf(" (%zu MB, %d chunks) ", map_size/(1024*1024), map_chunks);
444 md.chunk_reserved = map_chunks * 2;

Completed in 50 milliseconds