Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dbplist.h43 } bplist_t; typedef
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.h167 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
H A Ddsl_dataset.h164 bplist_t ds_pending_deadlist;
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dbplist.c31 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()
H A Dspa.c5871 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()