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

/freebsd-10-stable/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 *);
81 void bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx);
82 void bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, dmu_tx_t *tx);
84 int bpobj_space(bpobj_t *bpo,
86 int bpobj_space_range(bpobj_t *bpo, uint64_t mintxg, uint64_t maxtxg,
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.h95 bpobj_t dp_free_bpobj;
H A Dspa_impl.h170 bpobj_t spa_deferred_bpobj; /* deferred-free bplist */
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbpobj.c97 bpobj_t bpo;
147 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object)
179 bpobj_close(bpobj_t *bpo)
197 bpobj_hasentries(bpobj_t *bpo)
204 bpobj_iterate_impl(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx,
278 bpobj_t sublist;
359 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx)
368 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx)
374 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx)
376 bpobj_t subbp
[all...]
H A Ddsl_deadlist.c51 * The locking is provided by dl_lock. Note that locking on the bpobj_t
425 bpobj_t bpo;
470 bpobj_t bpo;
498 dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg,
H A Dspa.c6265 bpobj_t *bpo = arg;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1519 dump_full_bpobj(bpobj_t *bpo, char *name, int indent)
1548 bpobj_t subbpo;

Completed in 76 milliseconds