Searched refs:l2arc_dev_hdr_phys_t (Results 1 – 4 of 4) sorted by relevance
238 _Static_assert(sizeof (*label) >= sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()240 memset(label, 0, sizeof (l2arc_dev_hdr_phys_t)); in zpool_clear_label()241 if (pwrite64(fd, label, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()242 VDEV_LABEL_START_SIZE) == sizeof (l2arc_dev_hdr_phys_t)) in zpool_clear_label()
244 } l2arc_dev_hdr_phys_t; typedef245 CTASSERT(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE);375 l2arc_dev_hdr_phys_t *l2ad_dev_hdr; /* persistent device header */
7699 l2arc_dev_hdr_phys_t *l2dhdr; in l2arc_write_done()8509 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_write_buffers()8956 l2arc_dev_hdr_phys_t *l2dhdr; in l2arc_rebuild_vdev()9206 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_rebuild()9420 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_dev_hdr_read()9772 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_dev_hdr_update()9817 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_log_blk_commit()
2746 dump_l2arc_log_blocks(int fd, l2arc_dev_hdr_phys_t l2dhdr, in dump_l2arc_log_blocks()2747 l2arc_dev_hdr_phys_t *rebuild) in dump_l2arc_log_blocks()2862 l2arc_dev_hdr_phys_t l2dhdr, rebuild; in dump_l2arc_header()