Lines Matching refs:bpobj_t

100 	bpobj_t bpo;  in bpobj_free()
150 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) in bpobj_open()
183 bpobj_is_open(const bpobj_t *bpo) in bpobj_is_open()
189 bpobj_close(bpobj_t *bpo) in bpobj_close()
207 bpobj_is_empty_impl(bpobj_t *bpo) in bpobj_is_empty_impl()
215 bpobj_is_empty(bpobj_t *bpo) in bpobj_is_empty()
231 bpobj_t *bpi_bpo;
246 bpi_alloc(bpobj_t *bpo, bpobj_info_t *parent, uint64_t index) in bpi_alloc()
267 bpobj_t *p = bpi->bpi_bpo; in propagate_space_reduction()
285 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_blkptrs()
369 bpobj_iterate_impl(bpobj_t *initial_bpo, bpobj_itor_t func, void *arg, in bpobj_iterate_impl()
390 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_impl()
426 bpobj_t *p = bpi->bpi_parent->bpi_bpo; in bpobj_iterate_impl()
464 kmem_free(bpo, sizeof (bpobj_t)); in bpobj_iterate_impl()
493 bpobj_t *subbpo = kmem_alloc(sizeof (bpobj_t), in bpobj_iterate_impl()
497 kmem_free(subbpo, sizeof (bpobj_t)); in bpobj_iterate_impl()
519 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_impl()
528 kmem_free(bpi->bpi_bpo, sizeof (bpobj_t)); in bpobj_iterate_impl()
543 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate()
563 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, in bpobj_iterate_nofree()
575 livelist_bpobj_iterate_from_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, in livelist_bpobj_iterate_from_nofree()
672 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx) in bpobj_enqueue_subobj()
674 bpobj_t subbpo; in bpobj_enqueue_subobj()
811 bpobj_prefetch_subobj(bpobj_t *bpo, uint64_t subobj) in bpobj_prefetch_subobj()
814 bpobj_t subbpo; in bpobj_prefetch_subobj()
870 bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, boolean_t bp_freed, in bpobj_enqueue()
969 bpobj_space(bpobj_t *bpo, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) in bpobj_space()
992 bpobj_space_range(bpobj_t *bpo, uint64_t mintxg, uint64_t maxtxg, in bpobj_space_range()