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

/illumos-gate/usr/src/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,

Completed in 44 milliseconds