Home
last modified time | relevance | path

Searched refs:VDEV_PAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h32 #define VDEV_PAD_SIZE (8 << 10) macro
34 #define VDEV_SKIP_SIZE VDEV_PAD_SIZE * 2
53 char vl_pad1[VDEV_PAD_SIZE]; /* 8K */
54 char vl_pad2[VDEV_PAD_SIZE]; /* 8K */
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h229 #define VDEV_PAD_SIZE (8 << 10) macro
231 #define VDEV_SKIP_SIZE VDEV_PAD_SIZE * 2
252 char vl_pad1[VDEV_PAD_SIZE]; /* 8K */
253 char vl_pad2[VDEV_PAD_SIZE]; /* 8K */
/titanic_41/usr/src/cmd/zinject/
H A Dtranslate.c501 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
505 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c788 pad2 = zio_buf_alloc(VDEV_PAD_SIZE); in vdev_label_init()
789 bzero(pad2, VDEV_PAD_SIZE); in vdev_label_init()
810 VDEV_PAD_SIZE, NULL, NULL, flags); in vdev_label_init()
825 zio_buf_free(pad2, VDEV_PAD_SIZE); in vdev_label_init()
H A Dvdev.c1069 VDEV_PAD_SIZE, zio_buf_alloc(VDEV_PAD_SIZE), in vdev_probe()