Searched refs:spa_vdev_setpath (Results 1 – 3 of 3) sorted by relevance
822 extern int spa_vdev_setpath(spa_t *spa, uint64_t guid, const char *newpath);
8001 spa_vdev_setpath(spa_t *spa, uint64_t guid, const char *newpath) function9910 EXPORT_SYMBOL(spa_vdev_setpath);
2017 error = spa_vdev_setpath(spa, guid, path); in zfs_ioc_vdev_setpath()