Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h167 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c571 bplist_create(&spa->spa_free_bplist[t]); in spa_add()
717 bplist_destroy(&spa->spa_free_bplist[t]); in spa_remove()
H A Dzio.c802 bplist_append(&spa->spa_free_bplist[txg & TXG_MASK], bp); in zio_free()
H A Dspa.c6233 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK]; in spa_sync()