Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ztest/
H A Dztest.c2755 uint64_t oldguid, pguid; in ztest_vdev_attach_detach() local
2809 oldguid = oldvd->vdev_guid; in ztest_vdev_attach_detach()
2821 error = spa_vdev_detach(spa, oldguid, pguid, B_FALSE); in ztest_vdev_attach_detach()
2892 error = spa_vdev_attach(spa, oldguid, root, replacing); in ztest_vdev_attach_detach()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa.c748 uint64_t oldguid; in spa_change_guid_sync() local
751 oldguid = spa_guid(spa); in spa_change_guid_sync()
755 rvd->vdev_guid_sum += (*newguid - oldguid); in spa_change_guid_sync()
760 oldguid, *newguid); in spa_change_guid_sync()