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()
1469 if (vd->vdev_physpath) { in zfs_post_state_change()1472 vd->vdev_physpath); in zfs_post_state_change()
883 vd->vdev_physpath = spa_strdup(tmp); in vdev_alloc()1139 if (vd->vdev_physpath) in vdev_free()1140 spa_strfree(vd->vdev_physpath); in vdev_free()2559 vdev_update_path("vdev_physpath", svd->vdev_physpath, in vdev_copy_path_impl()2560 &dvd->vdev_physpath, dvd->vdev_guid); in vdev_copy_path_impl()6201 if (vd->vdev_physpath == NULL) in vdev_prop_get()6204 vd->vdev_physpath, 0, ZPROP_SRC_NONE); in vdev_prop_get()
8985 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)
403 char *vdev_physpath; /* vdev device path (if any) */ member