Searched refs:pguid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa.c | 6217 spa_vdev_detach(spa_t *spa, uint64_t guid, uint64_t pguid, int replace_done) argument 6275 if (pvd->vdev_guid != pguid && pguid != 0) 6965 uint64_t guid, sguid, pguid, ppguid; local 6973 pguid = pvd->vdev_guid; 6989 if (spa_vdev_detach(spa, guid, pguid, B_TRUE) != 0)
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | spa.h | 685 extern int spa_vdev_detach(spa_t *spa, uint64_t guid, uint64_t pguid,
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/ |
| HD | ztest.c | 2869 uint64_t oldguid, pguid; in ztest_vdev_attach_detach() local 2940 pguid = pvd->vdev_guid; in ztest_vdev_attach_detach() 2947 error = spa_vdev_detach(spa, oldguid, pguid, B_FALSE); in ztest_vdev_attach_detach()
|