Searched refs:vdev_physpath (Results 1 – 5 of 5) sorted by relevance
108 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()
238 if (vd->vdev_physpath != NULL) in vdev_config_generate()240 vd->vdev_physpath); in vdev_config_generate()
572 &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()
3992 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()
227 char *vdev_physpath; /* vdev device path (if any) */ member