Searched refs:bptree_iterate (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | bptree.h | 58 int bptree_iterate(objset_t *os, uint64_t obj, boolean_t free,
|
| /f-stack/freebsd/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 | 3379 err = bptree_iterate(dp->dp_meta_objset, in dsl_process_async_destroys()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2539 (void) bptree_iterate(os, obj, B_FALSE, dump_bptree_cb, NULL, NULL); in dump_bptree() 6220 VERIFY3U(0, ==, bptree_iterate(spa->spa_meta_objset, in dump_block_stats()
|