Searched refs:vdev_physpath (Results 1 – 6 of 6) sorted by relevance
108 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()109 vd->vdev_physpath = spa_strdup(physpath); in vdev_geom_set_physpath()113 vd->vdev_physpath) != 0); in vdev_geom_set_physpath()
414 char *vdev_physpath; /* vdev device path (if any) */ member
1340 if (vd->vdev_physpath) { in zfs_post_state_change()1343 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()
769 &vd->vdev_physpath) == 0) in vdev_alloc()770 vd->vdev_physpath = spa_strdup(vd->vdev_physpath); in vdev_alloc()1004 if (vd->vdev_physpath) in vdev_free()1005 spa_strfree(vd->vdev_physpath); in vdev_free()
8006 if (!vd->vdev_ops->vdev_op_leaf || vd->vdev_physpath == NULL)