HomeSort by relevance Sort by last modified time
    Searched full:nextents (Results 1 - 1 of 1) sorted by null

  /external/fio/t/
dedupe.c 377 uint64_t *nextents, uint64_t *nchunks)
403 *nextents = 0;
414 *nextents = nitems;
422 static int dedupe_check(const char *filename, uint64_t *nextents,
460 return run_dedupe_threads(&file, dev_size, nextents, nchunks);
480 static void show_stat(uint64_t nextents, uint64_t nchunks)
484 printf("Extents=%lu, Unique extents=%lu\n", (unsigned long) nextents, (unsigned long) nchunks);
487 ratio = (double) nextents / (double) nchunks;
492 perc = 1.00 - ((double) nchunks / (double) nextents);
498 static void iter_rb_tree(uint64_t *nextents, uint64_t *nchunks
537 uint64_t nextents = 0, nchunks = 0; local
    [all...]

Completed in 867 milliseconds