Home
last modified time | relevance | path

Searched refs:VDEV_SKIP_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dvdev_impl.h14 #define VDEV_SKIP_SIZE (8 << 10) macro
37 char vl_pad[VDEV_SKIP_SIZE]; /* 8K */
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1904 ((VDEV_SKIP_SIZE + VDEV_BOOT_HEADER_SIZE) >> SECTOR_BITS); in zfs_mount()