Home
last modified time | relevance | path

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

/external/u-boot/include/zfs/
Dvdev_impl.h55 #define VDEV_LABELS 4 macro
/external/u-boot/fs/zfs/
Dzfs.c1825 return (l * sizeof(vdev_label_t) + (l < VDEV_LABELS / 2 ? in vdev_label_start()
1827 VDEV_LABELS * sizeof(vdev_label_t))); in vdev_label_start()
1886 VDEV_LABELS / 2 : VDEV_LABELS; in zfs_mount()