Home
last modified time | relevance | path

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

/external/fio/t/
Ddedupe.c377 uint64_t *nextents, uint64_t *nchunks) in run_dedupe_threads() argument
403 *nextents = 0; in run_dedupe_threads()
414 *nextents = nitems; in run_dedupe_threads()
422 static int dedupe_check(const char *filename, uint64_t *nextents, in dedupe_check() argument
460 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() argument
484 printf("Extents=%lu, Unique extents=%lu\n", (unsigned long) nextents, (unsigned long) nchunks); in show_stat()
487 ratio = (double) nextents / (double) nchunks; in show_stat()
492 perc = 1.00 - ((double) nchunks / (double) nextents); in show_stat()
498 static void iter_rb_tree(uint64_t *nextents, uint64_t *nchunks) in iter_rb_tree() argument
[all …]