Searched defs:nextents (Results 1 – 1 of 1) sorted by relevance
377 uint64_t *nextents, uint64_t *nchunks) in run_dedupe_threads()422 static int dedupe_check(const char *filename, uint64_t *nextents, in dedupe_check()480 static void show_stat(uint64_t nextents, uint64_t nchunks) in show_stat()498 static void iter_rb_tree(uint64_t *nextents, uint64_t *nchunks) in iter_rb_tree()537 uint64_t nextents = 0, nchunks = 0; in main() local