Searched refs:l2arc_log_blk_phys_t (Results 1 – 1 of 1) sorted by relevance
1115 } l2arc_log_blk_phys_t; typedef1117 CTASSERT(sizeof (l2arc_log_blk_phys_t) == L2ARC_LOG_BLK_SIZE);1118 CTASSERT(offsetof(l2arc_log_blk_phys_t, lb_entries) -1119 offsetof(l2arc_log_blk_phys_t, lb_magic) == L2ARC_LOG_BLK_HEADER_LEN);1126 uint8_t lbb_log_blk[sizeof (l2arc_log_blk_phys_t)];1211 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,1220 const l2arc_log_blk_phys_t *lb, uint64_t lb_psize);1256 l2arc_log_blk_phys_t l2ad_log_blk; /* currently open log block */7192 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild()7201 this_lb_buf = kmem_zalloc(sizeof (l2arc_log_blk_phys_t), KM_SLEEP); in l2arc_rebuild()[all …]