Searched refs:l2arc_dev_hdr_phys_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 207 _Static_assert(sizeof (*label) >= sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label() 209 memset(label, 0, sizeof (l2arc_dev_hdr_phys_t)); in zpool_clear_label() 210 if (pwrite64(fd, label, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label() 211 VDEV_LABEL_START_SIZE) == sizeof (l2arc_dev_hdr_phys_t)) in zpool_clear_label()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 260 } l2arc_dev_hdr_phys_t; typedef 261 _Static_assert(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE, 396 l2arc_dev_hdr_phys_t *l2ad_dev_hdr; /* persistent device header */
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 8626 l2arc_dev_hdr_phys_t *l2dhdr; in l2arc_write_done() 9481 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_write_buffers() 9882 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_rebuild_dev() 10321 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_rebuild() 10536 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_dev_hdr_read() 10896 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_dev_hdr_update() 10944 l2arc_dev_hdr_phys_t *l2dhdr = dev->l2ad_dev_hdr; in l2arc_log_blk_commit()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4817 dump_l2arc_log_blocks(int fd, const l2arc_dev_hdr_phys_t *l2dhdr, in dump_l2arc_log_blocks() 4818 l2arc_dev_hdr_phys_t *rebuild) in dump_l2arc_log_blocks() 4939 l2arc_dev_hdr_phys_t l2dhdr = {0}, rebuild = {0}; in dump_l2arc_header()
|