Home
last modified time | relevance | path

Searched refs:VDEV_LABEL_START_SIZE (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_inject.c222 if (offset >= VDEV_LABEL_START_SIZE && in zio_handle_label_injection()
269 if (offset < VDEV_LABEL_START_SIZE || in zio_handle_device_injection()
H A Dvdev_initialize.c344 VDEV_LABEL_START_SIZE + rs->rs_start + in vdev_initialize_ranges()
H A Dvdev.c1650 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1651 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open()
1655 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
3646 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_stats()
H A Dvdev_indirect.c915 VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_indirect_open()
H A Dzio.c1103 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys()
1124 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys()
1189 offset += VDEV_LABEL_START_SIZE; in zio_vdev_child_io()
H A Darc.c6073 ASSERT(addr >= VDEV_LABEL_START_SIZE && in arc_read()
8427 adddev->l2ad_start = VDEV_LABEL_START_SIZE; in l2arc_add_vdev()
8428 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd); in l2arc_add_vdev()
H A Dvdev_raidz.c170 #define VDEV_LABEL_OFFSET(x) (x + VDEV_LABEL_START_SIZE)
H A Dzvol.c1513 offset += VDEV_LABEL_START_SIZE;
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h438 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h522 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c1008 offset + VDEV_LABEL_START_SIZE, bytes)); in vdev_disk_read()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5359 if ((leaf & 1) == 0 && offset < VDEV_LABEL_START_SIZE) in ztest_fault_inject()