Searched refs:bptree_iterate (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | bptree.h | 58 int bptree_iterate(objset_t *os, uint64_t obj, boolean_t free,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bptree.c | 188 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate() function
|
H A D | dsl_scan.c | 3810 err = bptree_iterate(dp->dp_meta_objset, in dsl_process_async_destroys()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 2835 (void) bptree_iterate(os, obj, B_FALSE, dump_bptree_cb, NULL, NULL); in dump_bptree() 7100 VERIFY3U(0, ==, bptree_iterate(spa->spa_meta_objset, in dump_block_stats()
|