Searched refs:VDEV_LABEL_START_SIZE (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zio_inject.c | 236 off += VDEV_LABEL_START_SIZE; in zio_match_dva() 312 if (offset >= VDEV_LABEL_START_SIZE && in zio_handle_label_injection() 373 if (offset < VDEV_LABEL_START_SIZE || in zio_handle_device_injection_impl()
|
| H A D | vdev_draid.c | 2494 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open() 2495 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open() 2600 uint64_t offset = zio->io_offset - VDEV_LABEL_START_SIZE; in vdev_draid_spare_io_start()
|
| H A D | vdev_initialize.c | 347 VDEV_LABEL_START_SIZE + rs_get_start(rs, rt) + in vdev_initialize_ranges()
|
| H A D | vdev_mirror.c | 200 zio_offset += VDEV_LABEL_START_SIZE; in vdev_mirror_load()
|
| H A D | vdev.c | 2122 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open() 2123 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open() 2127 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open() 4698 vs->vs_rsize += VDEV_LABEL_START_SIZE + in vdev_get_stats_ex()
|
| H A D | vdev_indirect.c | 953 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
|
| H A D | arc.c | 5923 ASSERT(addr >= VDEV_LABEL_START_SIZE && in arc_read() 8735 dev->l2ad_evict - VDEV_LABEL_START_SIZE, in l2arc_evict() 9532 adddev->l2ad_start = VDEV_LABEL_START_SIZE + l2dhdr_asize; in l2arc_add_vdev() 9533 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd); in l2arc_add_vdev() 10010 VDEV_LABEL_START_SIZE, l2dhdr_asize, abd, in l2arc_dev_hdr_read() 10383 VDEV_LABEL_START_SIZE, l2dhdr_asize, abd, ZIO_CHECKSUM_LABEL, NULL, in l2arc_dev_hdr_update()
|
| H A D | zio.c | 1473 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys() 1494 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys() 1554 offset += VDEV_LABEL_START_SIZE; in zio_vdev_child_io()
|
| H A D | vdev_trim.c | 616 error = vdev_trim_range(ta, VDEV_LABEL_START_SIZE + in vdev_trim_ranges()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 548 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro 553 (((off) < VDEV_LABEL_START_SIZE) || \
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 210 VDEV_LABEL_START_SIZE) == sizeof (l2arc_dev_hdr_phys_t)) in zpool_clear_label()
|
| /freebsd-14.2/usr.sbin/makefs/zfs/ |
| H A D | vdev.c | 101 off += VDEV_LABEL_START_SIZE; in vdev_pwrite()
|
| /freebsd-14.2/usr.sbin/makefs/ |
| H A D | zfs.c | 51 ((off_t)(VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE))
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 791 offset + VDEV_LABEL_START_SIZE, bytes)); in vdev_disk_read() 992 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init() 1909 asize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_label_asize()
|
| /freebsd-14.2/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 588 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 6280 if ((leaf & 1) == 0 && offset < VDEV_LABEL_START_SIZE) in ztest_fault_inject()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4788 VDEV_LABEL_START_SIZE) != sizeof (l2dhdr)) { in dump_l2arc_header()
|