Searched refs:vdev_physpath (Results 1 – 6 of 6) sorted by relevance
110 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()111 vd->vdev_physpath = spa_strdup(physpath); in vdev_geom_set_physpath()115 vd->vdev_physpath) != 0); in vdev_geom_set_physpath()
477 if (vd->vdev_physpath != NULL) in vdev_config_generate()479 vd->vdev_physpath); in vdev_config_generate()1050 if (vd->vdev_physpath != NULL) { in vdev_aux_label_generate()1052 vd->vdev_physpath); in vdev_aux_label_generate()
1485 if (vd->vdev_physpath) { in zfs_post_state_change()1488 vd->vdev_physpath); in zfs_post_state_change()
921 vd->vdev_physpath = spa_strdup(tmp); in vdev_alloc()1177 if (vd->vdev_physpath) in vdev_free()1178 spa_strfree(vd->vdev_physpath); in vdev_free()2643 vdev_update_path("vdev_physpath", svd->vdev_physpath, in vdev_copy_path_impl()2644 &dvd->vdev_physpath, dvd->vdev_guid); in vdev_copy_path_impl()6293 if (vd->vdev_physpath == NULL) in vdev_prop_get()6296 vd->vdev_physpath, 0, ZPROP_SRC_NONE); in vdev_prop_get()
9219 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)
404 char *vdev_physpath; /* vdev device path (if any) */ member