Home
last modified time | relevance | path

Searched refs:l2arc_dev_hdr_phys_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c172 l2arc_dev_hdr_phys_t *l2dhdr; in zpool_clear_label()
185 if ((l2dhdr = calloc(1, sizeof (l2arc_dev_hdr_phys_t))) == NULL) { in zpool_clear_label()
246 memset(l2dhdr, 0, sizeof (l2arc_dev_hdr_phys_t)); in zpool_clear_label()
247 if (pwrite64(fd, l2dhdr, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()
248 VDEV_LABEL_START_SIZE) == sizeof (l2arc_dev_hdr_phys_t)) { in zpool_clear_label()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h244 } l2arc_dev_hdr_phys_t; typedef
245 CTASSERT(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE);
375 l2arc_dev_hdr_phys_t *l2ad_dev_hdr; /* persistent device header */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c7699 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()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2746 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()