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()1052 if (vd->vdev_physpath != NULL) { in vdev_aux_label_generate()1054 vd->vdev_physpath); in vdev_aux_label_generate()
1488 if (vd->vdev_physpath) { in zfs_post_state_change()1491 vd->vdev_physpath); in zfs_post_state_change()
948 vd->vdev_physpath = spa_strdup(tmp); in vdev_alloc()1208 if (vd->vdev_physpath) in vdev_free()1209 spa_strfree(vd->vdev_physpath); in vdev_free()2678 vdev_update_path("vdev_physpath", svd->vdev_physpath, in vdev_copy_path_impl()2679 &dvd->vdev_physpath, dvd->vdev_guid); in vdev_copy_path_impl()6412 if (vd->vdev_physpath == NULL) in vdev_prop_get()6415 vd->vdev_physpath, 0, ZPROP_SRC_NONE); in vdev_prop_get()
9699 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)
406 char *vdev_physpath; /* vdev device path (if any) */ member