l2arc_log_blk_phys_t
l2arc_log_blk_phys_t this_lb;
l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,
const l2arc_log_blkptr_t *lp, l2arc_log_blk_phys_t *lb);
const l2arc_log_blk_phys_t *lb, uint64_t lb_asize);
sizeof (l2arc_log_blk_phys_t)) * log_blocks);
l2arc_log_blk_phys_t *this_lb, *next_lb;
l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,
l2arc_log_blk_restore(l2arc_dev_t *dev, const l2arc_log_blk_phys_t *lb,
l2arc_log_blk_phys_t *lb)
ASSERT(asize <= sizeof (l2arc_log_blk_phys_t));
l2arc_log_blk_phys_t *lb = &dev->l2ad_log_blk;
asize > 0 && asize <= sizeof (l2arc_log_blk_phys_t) &&
l2arc_log_blk_phys_t *lb = &dev->l2ad_log_blk;
CTASSERT(IS_P2ALIGNED(sizeof (l2arc_log_blk_phys_t),
CTASSERT(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE);
CTASSERT(sizeof (l2arc_log_blk_phys_t) <= SPA_MAXBLOCKSIZE);
l2arc_log_blk_phys_t l2ad_log_blk; /* currently open log block */