Searched refs:next_lb (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 2709 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, 9207 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild() local 9214 next_lb = kmem_zalloc(sizeof (*next_lb), KM_SLEEP); in l2arc_rebuild() 9252 this_lb, next_lb, this_io, &next_io)) != 0) in l2arc_rebuild() 9360 PTR_SWAP(this_lb, next_lb); in l2arc_rebuild() 9371 kmem_free(next_lb, sizeof (*next_lb)); in l2arc_rebuild() 9496 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, in l2arc_log_blk_read() argument 9505 ASSERT(this_lb != NULL && next_lb != NULL); in l2arc_log_blk_read() 9528 next_lb); in l2arc_log_blk_read()
|