Home
last modified time | relevance | path

Searched refs:spa_free_bplist (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h147 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */ member
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c448 bplist_create(&spa->spa_free_bplist[t]); in spa_add()
530 bplist_destroy(&spa->spa_free_bplist[t]); in spa_remove()
H A Dzio.c660 bplist_append(&spa->spa_free_bplist[txg & TXG_MASK], bp); in zio_free()
H A Dspa.c5458 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK]; in spa_sync()