Lines Matching defs:bpo
100 bpobj_t bpo; in bpobj_free() local
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()
246 bpi_alloc(bpobj_t *bpo, bpobj_info_t *parent, uint64_t index) in bpi_alloc()
285 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_blkptrs() local
390 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_impl() local
519 bpobj_t *bpo = bpi->bpi_bpo; in bpobj_iterate_impl() local
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()
811 bpobj_prefetch_subobj(bpobj_t *bpo, uint64_t subobj) 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()