Lines Matching defs:zv
1375 zil_vdev_node_t *zv, zvsearch;
1389 zv = kmem_alloc(sizeof (*zv), KM_SLEEP);
1390 zv->zv_vdev = zvsearch.zv_vdev;
1391 avl_insert(t, zv, where);
1403 zil_vdev_node_t *zv;
1421 while ((zv = avl_destroy_nodes(src, &cookie)) != NULL) {
1424 if (avl_find(dst, zv, &where) == NULL) {
1425 avl_insert(dst, zv, where);
1427 kmem_free(zv, sizeof (*zv));
1583 zil_vdev_node_t *zv;
1626 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL)
1627 kmem_free(zv, sizeof (*zv));
1651 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) {
1652 vdev_t *vd = vdev_lookup_top(spa, zv->zv_vdev);
1664 kmem_free(zv, sizeof (*zv));