Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c1172 struct veb { struct
1188 static struct veb *veb; variable
1233 list_insert_tail(&veb->veb_ents, vebe); in vdev_disk_preroot_scan_walk()
1252 if (veb == NULL) { in vdev_disk_preroot_lookup()
1264 if (!veb->veb_scanned) { in vdev_disk_preroot_lookup()
1269 veb->veb_scanned = B_TRUE; in vdev_disk_preroot_lookup()
1273 for (struct veb_ent *vebe = list_head(&veb->veb_ents); vebe != NULL; in vdev_disk_preroot_lookup()
1274 vebe = list_next(&veb->veb_ents, vebe)) { in vdev_disk_preroot_lookup()
1293 if (veb != NULL) { in vdev_disk_preroot_force_path()
1294 force_path = veb->veb_force_path; in vdev_disk_preroot_force_path()
[all …]