Searched refs:bpobj_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | bpobj.h | 66 } bpobj_t; typedef 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 D | dsl_deadlist.h | 55 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 D | dsl_pool.h | 95 bpobj_t dp_free_bpobj;
|
H A D | spa_impl.h | 166 bpobj_t spa_deferred_bpobj; /* deferred-free bplist */
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | bpobj.c | 96 bpobj_t bpo; in bpobj_free() 146 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) in bpobj_open() 178 bpobj_close(bpobj_t *bpo) in bpobj_close() 196 bpobj_hasentries(bpobj_t *bpo) in bpobj_hasentries() 203 bpobj_iterate_impl(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx, in bpobj_iterate_impl() 277 bpobj_t sublist; in bpobj_iterate_impl() 358 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate() 367 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) in bpobj_iterate_nofree() 373 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx) in bpobj_enqueue_subobj() 375 bpobj_t subbpo; in bpobj_enqueue_subobj() [all …]
|
H A D | dsl_deadlist.c | 424 bpobj_t bpo; in dsl_deadlist_insert_bpobj() 469 bpobj_t bpo; in dsl_deadlist_merge() 497 dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg, in dsl_deadlist_move_bpobj()
|
H A D | spa.c | 5851 bpobj_t *bpo = arg; in bpobj_enqueue_cb()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 1449 dump_full_bpobj(bpobj_t *bpo, char *name, int indent) in dump_full_bpobj() 1473 bpobj_t subbpo; in dump_full_bpobj()
|