Home
last modified time | relevance | path

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 Dvdev_impl.h69 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c205 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 Dvdev_mirror.c198 zio_offset += VDEV_LABEL_START_SIZE; in vdev_mirror_load()
H A Dvdev_initialize.c297 VDEV_LABEL_START_SIZE + rs_get_start(rs, rt) + in vdev_initialize_ranges()
H A Dvdev.c1676 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1677 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open()
1681 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
3805 vs->vs_rsize += VDEV_LABEL_START_SIZE + in vdev_get_stats_ex()
H A Dvdev_disk.c836 offset += VDEV_LABEL_START_SIZE; in vdev_disk_dumpio()
H A Dvdev_trim.c565 error = vdev_trim_range(ta, VDEV_LABEL_START_SIZE + in vdev_trim_ranges()
H A Dvdev_indirect.c934 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
H A Dzio.c1181 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 Darc.c6021 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 Dfsys_zfs.h112 ((offset + VDEV_LABEL_START_SIZE) >> SPA_MINBLOCKSHIFT)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c248 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 Dvdev_impl.h493 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c782 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 Dzfsimpl.h571 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2869 VDEV_LABEL_START_SIZE) != sizeof (l2dhdr)) { in dump_l2arc_header()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5867 if ((leaf & 1) == 0 && offset < VDEV_LABEL_START_SIZE) in ztest_fault_inject()