Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3468 uint64_t oldguid, pguid; in ztest_vdev_attach_detach() local
3547 oldguid = oldvd->vdev_guid; in ztest_vdev_attach_detach()
3566 error = spa_vdev_detach(spa, oldguid, pguid, B_FALSE); in ztest_vdev_attach_detach()
3659 error = spa_vdev_attach(spa, oldguid, root, replacing, rebuilding); in ztest_vdev_attach_detach()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c857 uint64_t oldguid; in spa_change_guid_sync() local
860 oldguid = spa_guid(spa); in spa_change_guid_sync()
864 rvd->vdev_guid_sum += (*newguid - oldguid); in spa_change_guid_sync()
869 (u_longlong_t)oldguid, (u_longlong_t)*newguid); in spa_change_guid_sync()