Searched refs:l2arc_log_blk_phys_t (Results 1 – 1 of 1) sorted by relevance
1119 } l2arc_log_blk_phys_t; typedef1121 CTASSERT(sizeof (l2arc_log_blk_phys_t) == L2ARC_LOG_BLK_SIZE);1122 CTASSERT(offsetof(l2arc_log_blk_phys_t, lb_entries) -1123 offsetof(l2arc_log_blk_phys_t, lb_magic) == L2ARC_LOG_BLK_HEADER_LEN);1130 uint8_t lbb_log_blk[sizeof (l2arc_log_blk_phys_t)];1215 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,1224 const l2arc_log_blk_phys_t *lb, uint64_t lb_psize);1260 l2arc_log_blk_phys_t l2ad_log_blk; /* currently open log block */7251 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild()7260 this_lb_buf = kmem_zalloc(sizeof (l2arc_log_blk_phys_t), KM_SLEEP); in l2arc_rebuild()[all …]