Searched refs:vol1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/geom/raid/
H A Dmd_intel.c1688 struct g_raid_volume *vol, *vol1; local
1944 vol1 = NULL;
1946 vol1 = vol;
1953 if (vol1 == NULL) {
1958 numdisks = vol1->v_disks_count;
1972 disk = vol1->v_subdisks[i].sd_disk;
1993 sd = &vol1->v_subdisks[0];
2081 disk = vol1->v_subdisks[i].sd_disk;
2179 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)
H A Dg_raid.c1919 struct g_raid_volume *vol, *vol1; local
1942 vol1 = vol;
1944 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) {
1945 if (vol1->v_global_id == id)
1949 if (vol1 != NULL) {
1951 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) {
1952 if (vol1->v_global_id == id)
1955 if (vol1 == NULL)
H A Dmd_promise.c1256 struct g_raid_volume *vol, *vol1; local
1576 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)
H A Dmd_ddf.c2243 struct g_raid_volume *vol, *vol1; local
2587 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)

Completed in 120 milliseconds