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

/opensolaris-onvv-gate/usr/src/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.h147 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
H A Ddsl_dataset.h119 bplist_t ds_pending_deadlist;
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dbplist.c30 bplist_create(bplist_t *bpl)
38 bplist_destroy(bplist_t *bpl)
45 bplist_append(bplist_t *bpl, const blkptr_t *bp)
56 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx)
H A Dspa.c5458 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK];

Completed in 158 milliseconds