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