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()
482 if (vd->vdev_physpath != NULL) in vdev_config_generate()484 vd->vdev_physpath); in vdev_config_generate()1065 if (vd->vdev_physpath != NULL) { in vdev_aux_label_generate()1067 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()
953 vd->vdev_physpath = spa_strdup(tmp); in vdev_alloc() 1232 if (vd->vdev_physpath) in vdev_free() 1233 spa_strfree(vd->vdev_physpath); in vdev_free() 2703 vdev_update_path("vdev_physpath", svd->vdev_physpath, in vdev_copy_path_impl() 2704 &dvd->vdev_physpath, dvd->vdev_guid); in vdev_copy_path_impl() 6662 if (vd->vdev_physpath == NULL) in vdev_prop_get() 6665 vd->vdev_physpath, 0, ZPROP_SRC_NONE); in vdev_prop_get()
9798 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)
398 char *vdev_physpath; /* vdev device path (if any) */ member