Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio_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()
HDvdev_label.c178 if (offset >= psize - VDEV_LABEL_END_SIZE) { in vdev_label_number()
179 offset -= psize - VDEV_LABEL_END_SIZE; in vdev_label_number()
HDvdev.c1342 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE); in vdev_open()
1344 VDEV_LABEL_END_SIZE); in vdev_open()
1347 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) { in vdev_open()
2819 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE; in vdev_get_stats()
HDzio.c970 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_read_phys()
991 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE); in zio_write_phys()
HDarc.c4543 VDEV_LABEL_END_SIZE); in arc_read()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_impl.h299 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h515 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro