Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3715 uint64_t oldguid, pguid; in ztest_vdev_attach_detach() local
3805 oldguid = oldvd->vdev_guid; in ztest_vdev_attach_detach()
3827 error = spa_vdev_detach(spa, oldguid, pguid, B_FALSE); in ztest_vdev_attach_detach()
3922 error = spa_vdev_attach(spa, oldguid, root, replacing, rebuilding); in ztest_vdev_attach_detach()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c1009 uint64_t oldguid; in spa_change_guid_sync() local
1012 oldguid = spa_guid(spa); in spa_change_guid_sync()
1016 rvd->vdev_guid_sum += (*newguid - oldguid); in spa_change_guid_sync()
1021 (u_longlong_t)oldguid, (u_longlong_t)*newguid); in spa_change_guid_sync()