Lines Matching refs:bpobj_t

101 	bpobj_t bpo;  in bpobj_free()
151 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) in bpobj_open()
184 bpobj_is_open(const bpobj_t *bpo) in bpobj_is_open()
190 bpobj_close(bpobj_t *bpo) in bpobj_close()
208 bpobj_is_empty_impl(bpobj_t *bpo) in bpobj_is_empty_impl()
216 bpobj_is_empty(bpobj_t *bpo) in bpobj_is_empty()
232 bpobj_t *bpi_bpo;
247 bpi_alloc(bpobj_t *bpo, bpobj_info_t *parent, uint64_t index) in bpi_alloc()
268 bpobj_t *p = bpi->bpi_bpo; in propagate_space_reduction()
286 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_blkptrs()
370 bpobj_iterate_impl(bpobj_t *initial_bpo, bpobj_itor_t func, void *arg, in bpobj_iterate_impl()
391 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_impl()
427 bpobj_t *p = bpi->bpi_parent->bpi_bpo; in bpobj_iterate_impl()
465 kmem_free(bpo, sizeof (bpobj_t)); in bpobj_iterate_impl()
494 bpobj_t *subbpo = kmem_alloc(sizeof (bpobj_t), in bpobj_iterate_impl()
498 kmem_free(subbpo, sizeof (bpobj_t)); in bpobj_iterate_impl()
520 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_impl()
529 kmem_free(bpi->bpi_bpo, sizeof (bpobj_t)); in bpobj_iterate_impl()
544 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate()
564 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, in bpobj_iterate_nofree()
576 livelist_bpobj_iterate_from_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, in livelist_bpobj_iterate_from_nofree()
673 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx) in bpobj_enqueue_subobj()
675 bpobj_t subbpo; in bpobj_enqueue_subobj()
812 bpobj_prefetch_subobj(bpobj_t *bpo, uint64_t subobj) in bpobj_prefetch_subobj()
815 bpobj_t subbpo; in bpobj_prefetch_subobj()
871 bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, boolean_t bp_freed, in bpobj_enqueue()
970 bpobj_space(bpobj_t *bpo, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) in bpobj_space()
993 bpobj_space_range(bpobj_t *bpo, uint64_t mintxg, uint64_t maxtxg, in bpobj_space_range()