Searched refs:bpobj_iterate_impl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bpobj.c | 369 bpobj_iterate_impl(bpobj_t *initial_bpo, bpobj_itor_t func, void *arg, in bpobj_iterate_impl() function 545 return (bpobj_iterate_impl(bpo, func, arg, tx, B_TRUE, NULL)); in bpobj_iterate() 566 return (bpobj_iterate_impl(bpo, func, arg, NULL, B_FALSE, bpobj_size)); in bpobj_iterate_nofree()
|