Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c244 } bpobj_info_t; typedef
246 static bpobj_info_t *
247 bpi_alloc(bpobj_t *bpo, bpobj_info_t *parent, uint64_t index) in bpi_alloc()
249 bpobj_info_t *bpi = kmem_zalloc(sizeof (bpobj_info_t), KM_SLEEP); in bpi_alloc()
263 propagate_space_reduction(bpobj_info_t *bpi, int64_t freed, in propagate_space_reduction()
280 bpobj_iterate_blkptrs(bpobj_info_t *bpi, bpobj_itor_t func, void *arg, in bpobj_iterate_blkptrs()
374 bpobj_info_t *bpi; in bpobj_iterate_impl()
381 list_create(&stack, sizeof (bpobj_info_t), in bpobj_iterate_impl()
382 offsetof(bpobj_info_t, bpi_node)); in bpobj_iterate_impl()
475 kmem_free(bpi, sizeof (bpobj_info_t)); in bpobj_iterate_impl()
[all …]