Lines Matching refs:bpobj_t
98 bpobj_t bpo; in bpobj_free()
148 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) in bpobj_open()
180 bpobj_is_open(const bpobj_t *bpo) in bpobj_is_open()
186 bpobj_close(bpobj_t *bpo) in bpobj_close()
204 bpobj_is_empty(bpobj_t *bpo) in bpobj_is_empty()
211 bpobj_iterate_impl(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx, in bpobj_iterate_impl()
286 bpobj_t sublist; in bpobj_iterate_impl()
367 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate()
376 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate_nofree()
382 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx) in bpobj_enqueue_subobj()
384 bpobj_t subbpo; in bpobj_enqueue_subobj()
468 bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, dmu_tx_t *tx) in bpobj_enqueue()
559 bpobj_space(bpobj_t *bpo, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) in bpobj_space()
582 bpobj_space_range(bpobj_t *bpo, uint64_t mintxg, uint64_t maxtxg, in bpobj_space_range()