Searched refs:bpobj_info_t (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | bpobj.c | 243 } bpobj_info_t; typedef 245 static bpobj_info_t * 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() 356 bpobj_info_t *bpi; in bpobj_iterate_impl() 363 list_create(&stack, sizeof (bpobj_info_t), in bpobj_iterate_impl() 364 offsetof(bpobj_info_t, bpi_node)); in bpobj_iterate_impl() 457 kmem_free(bpi, sizeof (bpobj_info_t)); in bpobj_iterate_impl() 505 kmem_free(bpi, sizeof (bpobj_info_t)); in bpobj_iterate_impl() 555 bpobj_info_t *bpi = bpi_alloc(bpo, NULL, 0); in livelist_bpobj_iterate_from_nofree() [all …]
|