Home
last modified time | relevance | path

Searched refs:vol1 (Results 1 – 10 of 10) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_008_pos.ksh114 log_must $ZFS clone $root/vol0@snap $root/vol1
115 test_exists $root/vol1
116 test_notexists $root/vol1@snap
118 log_must $ZFS promote $root/vol1
119 test_exists $root/vol0 $root/vol1 $root/vol1@snap
124 test_exists $root/vol0 $root/vol1 $root/vol0@snap
125 test_notexists $root/vol1@snap
128 log_must $ZFS snapshot $root/vol1@newsnap
129 log_must $ZFS clone $root/vol1@newsnap $root/vol2
136 $root/vol1 $root/vol2 $root/vol2@newsnap
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh51 for ds in $fs1 $fs2 $vol1 $vol2; do
63 vol1=$TESTPOOL/$TESTVOL1
76 log_must zfs create -V $VOLSIZE -o copies=$val $vol1
79 log_must zfs create -o copies=$val $vol1
81 for ds in $fs1 $vol1; do
100 for ds in $fs1 $vol1; do
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh60 for ds in $fs1 $fs2 $vol1 $vol2; do
74 vol1=$TESTPOOL/$TESTVOL1
87 log_must $ZFS create -V $VOLSIZE -o copies=$val $vol1
89 log_must $ZFS create -o copies=$val $vol1
91 for ds in $fs1 $vol1; do
108 for ds in $fs1 $vol1; do
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_003_neg.ksh80 /dev/zvol/$VFS/vol1 \
H A Dzpool_expand_001_pos.ksh81 /dev/zvol/$VFS/vol1 \
H A Dzpool_expand_002_pos.ksh81 /dev/zvol/$VFS/vol1 \
/freebsd/sys/geom/raid/
H A Dmd_intel.c1689 struct g_raid_volume *vol, *vol1; in g_raid_md_ctl_intel() local
1943 vol1 = NULL; in g_raid_md_ctl_intel()
1945 vol1 = vol; in g_raid_md_ctl_intel()
1952 if (vol1 == NULL) { in g_raid_md_ctl_intel()
1957 numdisks = vol1->v_disks_count; in g_raid_md_ctl_intel()
1971 disk = vol1->v_subdisks[i].sd_disk; in g_raid_md_ctl_intel()
1992 sd = &vol1->v_subdisks[0]; in g_raid_md_ctl_intel()
2080 disk = vol1->v_subdisks[i].sd_disk; in g_raid_md_ctl_intel()
2177 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next) in g_raid_md_ctl_intel()
H A Dg_raid.c1914 struct g_raid_volume *vol, *vol1; in g_raid_create_volume() local
1937 vol1 = vol; in g_raid_create_volume()
1939 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) { in g_raid_create_volume()
1940 if (vol1->v_global_id == id) in g_raid_create_volume()
1944 if (vol1 != NULL) { in g_raid_create_volume()
1946 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) { in g_raid_create_volume()
1947 if (vol1->v_global_id == id) in g_raid_create_volume()
1950 if (vol1 == NULL) in g_raid_create_volume()
H A Dmd_promise.c1261 struct g_raid_volume *vol, *vol1; in g_raid_md_ctl_promise() local
1578 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next) in g_raid_md_ctl_promise()
H A Dmd_ddf.c2248 struct g_raid_volume *vol, *vol1; in g_raid_md_ctl_ddf() local
2589 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next) in g_raid_md_ctl_ddf()