Searched refs:bplist_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h69 } bplist_t; typedef in typeref:struct:bplist
73 extern void bplist_init(bplist_t *bpl);
74 extern void bplist_fini(bplist_t *bpl);
77 extern int bplist_open(bplist_t *bpl, objset_t *mos, uint64_t object);
78 extern void bplist_close(bplist_t *bpl);
79 extern boolean_t bplist_empty(bplist_t *bpl);
80 extern int bplist_iterate(bplist_t *bpl, uint64_t *itorp, blkptr_t *bp);
81 extern int bplist_enqueue(bplist_t *bpl, const blkptr_t *bp, dmu_tx_t *tx);
83 extern void bplist_enqueue_deferred(bplist_t *bpl, const blkptr_t *bp);
84 extern void bplist_sync(bplist_t *bp
[all...]
H A Dspa_impl.h145 bplist_t spa_deferred_bplist; /* deferred-free bplist */
146 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
H A Ddsl_dataset.h119 bplist_t ds_deadlist;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbplist.c30 bplist_init(bplist_t *bpl)
37 bplist_fini(bplist_t *bpl)
44 bplist_hold(bplist_t *bpl)
76 bplist_open(bplist_t *bpl, objset_t *mos, uint64_t object)
106 bplist_close(bplist_t *bpl)
126 bplist_empty(bplist_t *bpl)
142 bplist_cache(bplist_t *bpl, uint64_t blkid)
160 bplist_iterate(bplist_t *bpl, uint64_t *itorp, blkptr_t *bp)
196 bplist_enqueue(bplist_t *bpl, const blkptr_t *bp, dmu_tx_t *tx)
251 bplist_enqueue_deferred(bplist_t *bp
[all...]
H A Dspa.c4910 spa_sync_deferred_bplist(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx, uint64_t txg)
5173 bplist_t *defer_bpl = &spa->spa_deferred_bplist;
5174 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK];
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1054 bplist_t bpl = { 0 };
1971 bplist_t *bpl = &spa->spa_deferred_bplist;

Completed in 118 milliseconds