Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c149 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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h253 } l2arc_dev_hdr_phys_t; typedef
254 CTASSERT_GLOBAL(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE);
386 l2arc_dev_hdr_phys_t *l2ad_dev_hdr; /* persistent device header */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c8198 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()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4236 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()