Searched refs:bpobj_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbpobj.h66 } bpobj_t; typedef in typeref:struct:bpobj
75 int bpobj_open(bpobj_t *bpo, objset_t *mos, uint64_t object);
76 void bpobj_close(bpobj_t *bpo);
78 int bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx);
79 int bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *, dmu_tx_t *);
80 int bpobj_iterate_dbg(bpobj_t *bpo, uint64_t *itorp, blkptr_t *bp);
82 void bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx);
83 void bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, dmu_tx_t *tx);
85 int bpobj_space(bpobj_t *bpo,
87 int bpobj_space_range(bpobj_t *bp
[all...]
H A Ddsl_deadlist.h55 bpobj_t dl_bpobj;
62 bpobj_t dle_bpobj;
80 void dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg,
H A Ddsl_pool.h94 bpobj_t dp_free_bpobj;
H A Dspa_impl.h160 bpobj_t spa_deferred_bpobj; /* deferred-free bplist */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbpobj.c96 bpobj_t bpo;
146 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object)
178 bpobj_close(bpobj_t *bpo)
196 bpobj_iterate_impl(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx,
271 bpobj_t sublist;
348 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx)
357 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx)
363 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx)
365 bpobj_t subbpo;
446 bpobj_enqueue(bpobj_t *bp
[all...]
H A Ddsl_deadlist.c49 * The locking is provided by dl_lock. Note that locking on the bpobj_t
420 bpobj_t bpo;
465 bpobj_t bpo;
493 dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg,
H A Dspa.c6073 bpobj_t *bpo = arg;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1338 dump_bpobj(bpobj_t *bpo, char *name, int indent)
1361 bpobj_t subbpo;

Completed in 83 milliseconds