Searched refs:VDEV_LABEL_START_SIZE (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | vdev_impl.h | 69 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_inject.c | 205 off += VDEV_LABEL_START_SIZE; in zio_match_dva() 307 if (offset >= VDEV_LABEL_START_SIZE && in zio_handle_label_injection() 354 if (offset < VDEV_LABEL_START_SIZE || in zio_handle_device_injection()
|
H A D | vdev_mirror.c | 198 zio_offset += VDEV_LABEL_START_SIZE; in vdev_mirror_load()
|
H A D | vdev_initialize.c | 297 VDEV_LABEL_START_SIZE + rs_get_start(rs, rt) + in vdev_initialize_ranges()
|
H A D | vdev.c | 1688 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open() 1689 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open() 1693 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open() 3817 vs->vs_rsize += VDEV_LABEL_START_SIZE + in vdev_get_stats_ex()
|
H A D | vdev_disk.c | 836 offset += VDEV_LABEL_START_SIZE; in vdev_disk_dumpio()
|
H A D | vdev_trim.c | 565 error = vdev_trim_range(ta, VDEV_LABEL_START_SIZE + in vdev_trim_ranges()
|
H A D | vdev_indirect.c | 934 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
|
H A D | zio.c | 1181 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys() 1202 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys() 1262 offset += VDEV_LABEL_START_SIZE; in zio_vdev_child_io()
|
H A D | arc.c | 6021 ASSERT(addr >= VDEV_LABEL_START_SIZE && in arc_read() 8909 adddev->l2ad_start = VDEV_LABEL_START_SIZE + l2dhdr_asize; in l2arc_add_vdev() 8910 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd); in l2arc_add_vdev() 9429 VDEV_LABEL_START_SIZE, l2dhdr_asize, abd, in l2arc_dev_hdr_read() 9796 VDEV_LABEL_START_SIZE, l2dhdr_asize, abd, ZIO_CHECKSUM_LABEL, NULL, in l2arc_dev_hdr_update()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 112 ((offset + VDEV_LABEL_START_SIZE) >> SPA_MINBLOCKSHIFT)
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 242 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 D | vdev_impl.h | 493 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 782 offset + VDEV_LABEL_START_SIZE, bytes)); in vdev_disk_read() 983 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_init() 1925 asize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_label_asize()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 571 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 2869 VDEV_LABEL_START_SIZE) != sizeof (l2dhdr)) { in dump_l2arc_header()
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 5867 if ((leaf & 1) == 0 && offset < VDEV_LABEL_START_SIZE) in ztest_fault_inject()
|