Searched refs:bplist_t (Results 1 – 5 of 5) sorted by relevance
43 } bplist_t; typedef47 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,
167 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
164 bplist_t ds_pending_deadlist;
31 bplist_create(bplist_t *bpl) in bplist_create()39 bplist_destroy(bplist_t *bpl) in bplist_destroy()46 bplist_append(bplist_t *bpl, const blkptr_t *bp) in bplist_append()63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) in bplist_iterate()
5871 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx) in spa_sync_frees()6234 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK]; in spa_sync()