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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h43 } bplist_t; typedef in typeref:struct:bplist
47 void bplist_create(bplist_t *bpl);
48 void bplist_destroy(bplist_t *bpl);
49 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
50 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
H A Dspa_impl.h181 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
H A Ddsl_dataset.h160 bplist_t ds_pending_deadlist;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbplist.c31 bplist_create(bplist_t *bpl)
39 bplist_destroy(bplist_t *bpl)
46 bplist_append(bplist_t *bpl, const blkptr_t *bp)
63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx)
H A Dspa.c6367 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx)
6846 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK];

Completed in 190 milliseconds