Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c108 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()
109 vd->vdev_physpath = spa_strdup(physpath); in vdev_geom_set_physpath()
113 vd->vdev_physpath) != 0); in vdev_geom_set_physpath()
H A Dvdev_label.c238 if (vd->vdev_physpath != NULL) in vdev_config_generate()
240 vd->vdev_physpath); in vdev_config_generate()
H A Dvdev.c572 &vd->vdev_physpath) == 0) in vdev_alloc()
573 vd->vdev_physpath = spa_strdup(vd->vdev_physpath); in vdev_alloc()
756 if (vd->vdev_physpath) in vdev_free()
757 spa_strfree(vd->vdev_physpath); in vdev_free()
H A Dspa.c3992 if (vdev_disk_read_rootlabel(vd->vdev_physpath, vd->vdev_devid, in spa_alt_rootvdev()
6132 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL) in spa_async_autoexpand()
6136 (void) snprintf(physpath, MAXPATHLEN, "/devices%s", vd->vdev_physpath); in spa_async_autoexpand()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h227 char *vdev_physpath; /* vdev device path (if any) */ member