Home
last modified time | relevance | path

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

/titanic_53/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
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h112 ((offset + VDEV_LABEL_START_SIZE) >> SPA_MINBLOCKSHIFT)
/titanic_53/usr/src/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.c1240 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1241 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open()
1245 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
2667 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_stats()
H A Dzio.c907 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys()
928 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys()
979 offset += VDEV_LABEL_START_SIZE; in zio_vdev_child_io()
H A Darc.c4278 ASSERT(addr >= VDEV_LABEL_START_SIZE && in arc_read()
6529 adddev->l2ad_start = VDEV_LABEL_START_SIZE; in l2arc_add_vdev()
6530 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd); in l2arc_add_vdev()
H A Dzvol.c1161 offset += VDEV_LABEL_START_SIZE; in zvol_dumpio_vdev()
H A Dvdev_raidz.c162 #define VDEV_LABEL_OFFSET(x) (x + VDEV_LABEL_START_SIZE)
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h275 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/titanic_53/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h522 #define VDEV_LABEL_START_SIZE (2 * sizeof (vdev_label_t) + VDEV_BOOT_SIZE) macro
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c435 offset + VDEV_LABEL_START_SIZE, bytes)); in vdev_disk_read()