Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c184 if (offset >= VDEV_LABEL_START_SIZE && in zio_handle_label_injection()
231 if (offset < VDEV_LABEL_START_SIZE || in zio_handle_device_injection()
H A Dvdev.c1238 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1239 max_asize = max_osize - (VDEV_LABEL_START_SIZE + in vdev_open()
1243 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
2662 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_stats()
H A Dzio.c906 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys()
927 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys()
978 offset += VDEV_LABEL_START_SIZE; in zio_vdev_child_io()
H A Darc.c4569 ASSERT(addr >= VDEV_LABEL_START_SIZE && in arc_read()
6971 adddev->l2ad_start = VDEV_LABEL_START_SIZE + adddev->l2ad_dev_hdr_asize; in l2arc_add_vdev()
6972 adddev->l2ad_end = VDEV_LABEL_START_SIZE + vdev_get_min_asize(vd); in l2arc_add_vdev()
7362 VDEV_LABEL_START_SIZE, hdr_asize, hdr, in l2arc_dev_hdr_read()
7671 wzio = zio_write_phys(pio, dev->l2ad_vdev, VDEV_LABEL_START_SIZE, in l2arc_dev_hdr_update()
H A Dzvol.c1160 offset += VDEV_LABEL_START_SIZE; in zvol_dumpio_vdev()
H A Dvdev_raidz.c161 #define VDEV_LABEL_OFFSET(x) (x + VDEV_LABEL_START_SIZE)
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h112 ((offset + VDEV_LABEL_START_SIZE) >> SPA_MINBLOCKSHIFT)
/titanic_41/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