HomeSort by relevance Sort by last modified time
    Searched refs:size_to_clusters (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2-refcount.c 316 uint64_t table_clusters = size_to_clusters(s, table_size);
354 uint64_t table_clusters = size_to_clusters(s, table_size * sizeof(uint64_t));
592 nb_clusters = size_to_clusters(s, size);
    [all...]
qcow2.h 148 static inline int size_to_clusters(BDRVQcowState *s, int64_t size) function
qcow2-cluster.c 497 nb_clusters = size_to_clusters(s, nb_needed << 9);
765 nb_clusters = size_to_clusters(s, n_end << 9);
qcow2.c     [all...]

Completed in 37 milliseconds