Home
last modified time | relevance | path

Searched defs:max_clusters (Results 1 – 2 of 2) sorted by relevance

/external/mtools/
Dmformat.c528 unsigned int max_clusters; /* maximal possible number of sectors for in calc_cluster_size() local
/external/crosvm/disk/src/qcow/
Dmod.rs918 let max_clusters = data_clusters + l2_clusters + l1_clusters + header_clusters; in rebuild_refcounts() localVariable