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()
418 char *vdev_physpath; /* vdev device path (if any) */ member
1397 if (vd->vdev_physpath) { in zfs_post_state_change()1400 vd->vdev_physpath); in zfs_post_state_change()
446 if (vd->vdev_physpath != NULL) in vdev_config_generate()448 vd->vdev_physpath); in vdev_config_generate()
811 &vd->vdev_physpath) == 0) in vdev_alloc()812 vd->vdev_physpath = spa_strdup(vd->vdev_physpath); in vdev_alloc()1051 if (vd->vdev_physpath) in vdev_free()1052 spa_strfree(vd->vdev_physpath); in vdev_free()
8119 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)