Searched refs:VDEV_LABEL_START_SIZE (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zio_inject.c | 235 off += VDEV_LABEL_START_SIZE; in zio_match_dva() 311 if (offset >= VDEV_LABEL_START_SIZE && in zio_handle_label_injection() 373 if (offset < VDEV_LABEL_START_SIZE || in zio_handle_device_injection_impl()
|
| HD | vdev_draid.c | 2492 *psize = asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open() 2493 *max_psize = max_asize + VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_draid_spare_open() 2598 uint64_t offset = zio->io_offset - VDEV_LABEL_START_SIZE; in vdev_draid_spare_io_start()
|
| HD | vdev_initialize.c | 357 VDEV_LABEL_START_SIZE + rs_get_start(rs, rt) + in vdev_initialize_ranges()
|
| HD | vdev_mirror.c | 200 zio_offset += VDEV_LABEL_START_SIZE; in vdev_mirror_load()
|
| HD | vdev.c | 2030 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open() 2031 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open() 2035 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open() 4524 vs->vs_rsize += VDEV_LABEL_START_SIZE + in vdev_get_stats_ex()
|
| HD | vdev_indirect.c | 954 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
|
| HD | arc.c | 6381 ASSERT(addr >= VDEV_LABEL_START_SIZE && in arc_read() 9192 dev->l2ad_evict - VDEV_LABEL_START_SIZE, in l2arc_evict() 10019 adddev->l2ad_start = VDEV_LABEL_START_SIZE + l2dhdr_asize; in l2arc_add_vdev() 10020 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd); in l2arc_add_vdev() 10497 VDEV_LABEL_START_SIZE, l2dhdr_asize, abd, in l2arc_dev_hdr_read() 10872 VDEV_LABEL_START_SIZE, l2dhdr_asize, abd, ZIO_CHECKSUM_LABEL, NULL, in l2arc_dev_hdr_update()
|
| HD | zio.c | 1361 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys() 1382 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys() 1442 offset += VDEV_LABEL_START_SIZE; in zio_vdev_child_io()
|
| HD | vdev_trim.c | 596 error = vdev_trim_range(ta, VDEV_LABEL_START_SIZE + in vdev_trim_ranges()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | vdev_impl.h | 553 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro 558 (((off) < VDEV_LABEL_START_SIZE) || \
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_import.c | 224 VDEV_LABEL_START_SIZE) == sizeof (l2arc_dev_hdr_phys_t)) in zpool_clear_label()
|
| /freebsd-13-stable/stand/libsa/zfs/ |
| HD | zfsimpl.c | 796 offset + VDEV_LABEL_START_SIZE, bytes)); in vdev_disk_read() 997 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init() 1927 asize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_label_asize()
|
| /freebsd-13-stable/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 586 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/ |
| HD | ztest.c | 6246 if ((leaf & 1) == 0 && offset < VDEV_LABEL_START_SIZE) in ztest_fault_inject()
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb.c | 4403 VDEV_LABEL_START_SIZE) != sizeof (l2dhdr)) { in dump_l2arc_header()
|