Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h35 #define VDEV_PHYS_SIZE (112 << 10) macro
48 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)];
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h232 #define VDEV_PHYS_SIZE (112 << 10) macro
247 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)];
/titanic_41/usr/src/cmd/zinject/
H A Dtranslate.c497 record->zi_end = record->zi_start + VDEV_PHYS_SIZE - 1; in translate_device()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1534 if (devread(sector, 0, VDEV_PHYS_SIZE, stack) == 0) in check_pool_label()
1663 ((VDEV_SKIP_SIZE + VDEV_PHYS_SIZE) >> SPA_MINBLOCKSHIFT), in zfs_mount()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c909 VDEV_SKIP_SIZE + VDEV_PHYS_SIZE, offset, B_READ) != 0) in vdev_disk_read_rootlabel()