Searched refs:bpobj_info_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bpobj.c | 243 } bpobj_info_t; typedef 245 static bpobj_info_t * 246 bpi_alloc(bpobj_t *bpo, bpobj_info_t *parent, uint64_t index) in bpi_alloc() 248 bpobj_info_t *bpi = kmem_zalloc(sizeof (bpobj_info_t), KM_SLEEP); in bpi_alloc() 262 propagate_space_reduction(bpobj_info_t *bpi, int64_t freed, in propagate_space_reduction() 279 bpobj_iterate_blkptrs(bpobj_info_t *bpi, bpobj_itor_t func, void *arg, in bpobj_iterate_blkptrs() 373 bpobj_info_t *bpi; in bpobj_iterate_impl() 380 list_create(&stack, sizeof (bpobj_info_t), in bpobj_iterate_impl() 381 offsetof(bpobj_info_t, bpi_node)); in bpobj_iterate_impl() 474 kmem_free(bpi, sizeof (bpobj_info_t)); in bpobj_iterate_impl() [all …]
|