Searched refs:l2arc_dev_hdr_phys_t (Results 1 – 4 of 4) sorted by relevance
149 l2arc_dev_hdr_phys_t *l2dhdr; in zpool_clear_label()162 if ((l2dhdr = calloc(1, sizeof (l2arc_dev_hdr_phys_t))) == NULL) { in zpool_clear_label()223 memset(l2dhdr, 0, sizeof (l2arc_dev_hdr_phys_t)); in zpool_clear_label()224 if (pwrite64(fd, l2dhdr, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()225 VDEV_LABEL_START_SIZE) == sizeof (l2arc_dev_hdr_phys_t)) { in zpool_clear_label()
253 } l2arc_dev_hdr_phys_t; typedef254 CTASSERT_GLOBAL(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE);386 l2arc_dev_hdr_phys_t *l2ad_dev_hdr; /* persistent device header */
8198 l2arc_dev_hdr_phys_t *l2dhdr; in l2arc_write_done()9067 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_write_buffers()9532 l2arc_dev_hdr_phys_t *l2dhdr; in l2arc_rebuild_vdev()9785 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_rebuild()10001 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_dev_hdr_read()10355 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_dev_hdr_update()10402 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_log_blk_commit()
4236 dump_l2arc_log_blocks(int fd, l2arc_dev_hdr_phys_t l2dhdr, in dump_l2arc_log_blocks()4237 l2arc_dev_hdr_phys_t *rebuild) in dump_l2arc_log_blocks()4349 l2arc_dev_hdr_phys_t l2dhdr, rebuild; in dump_l2arc_header()