Home
last modified time | relevance | path

Searched refs:VDEV_LABEL_END_SIZE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h70 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c185 offset < vd->vdev_psize - VDEV_LABEL_END_SIZE) in zio_handle_label_injection()
232 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE) in zio_handle_device_injection()
H A Dvdev_label.c173 if (offset >= psize - VDEV_LABEL_END_SIZE) { in vdev_label_number()
174 offset -= psize - VDEV_LABEL_END_SIZE; in vdev_label_number()
H A Dvdev.c1238 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1240 VDEV_LABEL_END_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.c907 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
928 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
H A Darc.c4571 VDEV_LABEL_END_SIZE); in arc_read()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h276 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro