Searched refs:VDEV_LABEL_END_SIZE (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/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
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c223 offset < vd->vdev_psize - VDEV_LABEL_END_SIZE)
270 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE)
H A Dvdev_label.c172 if (offset >= psize - VDEV_LABEL_END_SIZE) {
173 offset -= psize - VDEV_LABEL_END_SIZE;
H A Dvdev.c1258 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE);
1260 VDEV_LABEL_END_SIZE);
1263 (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE)) {
2749 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE;
H A Dzio.c938 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE);
959 offset >= vd->vdev_psize - VDEV_LABEL_END_SIZE);
H A Darc.c4993 VDEV_LABEL_END_SIZE);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h291 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h523 #define VDEV_LABEL_END_SIZE (2 * sizeof (vdev_label_t)) macro
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5016 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE)

Completed in 126 milliseconds