Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Darc.c1211 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,
7192 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild() local
7200 next_lb = kmem_zalloc(sizeof (*next_lb), KM_SLEEP); in l2arc_rebuild()
7242 this_lb, next_lb, this_lb_buf, next_lb_buf, in l2arc_rebuild()
7303 PTR_SWAP(this_lb, next_lb); in l2arc_rebuild()
7333 kmem_free(next_lb, sizeof (*next_lb)); in l2arc_rebuild()
7425 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, in l2arc_log_blk_read() argument
7433 ASSERT(this_lb != NULL && next_lb != NULL); in l2arc_log_blk_read()