Searched refs:L2ARC_LOG_BLK_MAGIC (Results 1 – 3 of 3) sorted by relevance
366 #define L2ARC_LOG_BLK_MAGIC 0x4c4f47424c4b4844LLU /* ASCII: "LOGBLKHD" */ macro
10157 if (this_lb->lb_magic == BSWAP_64(L2ARC_LOG_BLK_MAGIC)) in l2arc_log_blk_read()10159 if (this_lb->lb_magic != L2ARC_LOG_BLK_MAGIC) { in l2arc_log_blk_read()10419 lb->lb_magic = L2ARC_LOG_BLK_MAGIC; in l2arc_log_blk_commit()
4306 if (this_lb.lb_magic == BSWAP_64(L2ARC_LOG_BLK_MAGIC)) in dump_l2arc_log_blocks()4308 if (this_lb.lb_magic != L2ARC_LOG_BLK_MAGIC) { in dump_l2arc_log_blocks()