Searched refs:nchunks (Results 1 – 2 of 2) sorted by relevance
377 uint64_t *nextents, uint64_t *nchunks) in run_dedupe_threads() argument404 *nchunks = 1; in run_dedupe_threads()409 *nchunks += threads[i].dupes; in run_dedupe_threads()415 *nchunks = nitems - *nchunks; in run_dedupe_threads()423 uint64_t *nchunks) in dedupe_check() argument460 return run_dedupe_threads(&file, dev_size, nextents, nchunks); in dedupe_check()480 static void show_stat(uint64_t nextents, uint64_t nchunks) in show_stat() argument484 printf("Extents=%lu, Unique extents=%lu\n", (unsigned long) nextents, (unsigned long) nchunks); in show_stat()486 if (nchunks) { in show_stat()487 ratio = (double) nextents / (double) nchunks; in show_stat()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...