Searched refs:vdev_physpath (Results 1 – 6 of 6) sorted by relevance
109 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()110 vd->vdev_physpath = spa_strdup(physpath); in vdev_geom_set_physpath()114 vd->vdev_physpath) != 0); in vdev_geom_set_physpath()
464 if (vd->vdev_physpath != NULL) in vdev_config_generate()466 vd->vdev_physpath); in vdev_config_generate()1155 if (vd->vdev_physpath != NULL) { in vdev_label_init()1157 vd->vdev_physpath) == 0); in vdev_label_init()
1469 if (vd->vdev_physpath) { in zfs_post_state_change()1472 vd->vdev_physpath); in zfs_post_state_change()
858 vd->vdev_physpath = spa_strdup(tmp); in vdev_alloc()1112 if (vd->vdev_physpath) in vdev_free()1113 spa_strfree(vd->vdev_physpath); in vdev_free()2524 vdev_update_path("vdev_physpath", svd->vdev_physpath, in vdev_copy_path_impl()2525 &dvd->vdev_physpath, dvd->vdev_guid); in vdev_copy_path_impl()6112 if (vd->vdev_physpath == NULL) in vdev_prop_get()6115 vd->vdev_physpath, 0, ZPROP_SRC_NONE); in vdev_prop_get()
8680 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)
405 char *vdev_physpath; /* vdev device path (if any) */ member