Lines Matching defs:bpo
97 bpobj_t bpo; in bpobj_free() local
147 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) in bpobj_open()
179 bpobj_close(bpobj_t *bpo) in bpobj_close()
197 bpobj_hasentries(bpobj_t *bpo) in bpobj_hasentries()
204 bpobj_iterate_impl(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx, in bpobj_iterate_impl()
359 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate()
368 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate_nofree()
374 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx) in bpobj_enqueue_subobj()
458 bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, dmu_tx_t *tx) in bpobj_enqueue()
548 bpobj_space(bpobj_t *bpo, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) in bpobj_space()
570 bpobj_space_range(bpobj_t *bpo, uint64_t mintxg, uint64_t maxtxg, in bpobj_space_range()