Home
last modified time | relevance | path

Searched refs:newvdpath (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c7752 char *oldvdpath, *newvdpath; local
7966 newvdpath = spa_strdup(newvd->vdev_path);
7972 if (strcmp(oldvdpath, newvdpath) == 0) {
7974 oldvd->vdev_path = kmem_alloc(strlen(newvdpath) + 5,
7977 newvdpath);
8100 replacing ? "replace" : "attach", newvdpath,
8104 spa_strfree(newvdpath);