Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbptree.h49 typedef int bptree_itor_t(void *arg, const blkptr_t *bp, dmu_tx_t *tx); typedef
59 bptree_itor_t func, void *arg, dmu_tx_t *tx);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbptree.c54 bptree_itor_t *ba_func; /* function to call for each blockpointer */
188 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate()