Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dzvol_wait4 if [ -z "$zvols" ]; then
7 echo "$zvols" | wc -l
12 echo "$zvols" | tr ' ' '+' | while read -r zvol; do
24 zfs list -H -o name $zvols 2>/dev/null
58 zvols=$(list_zvols)
77 zvols="$(filter_out_zvols_with_links)"
97 zvols=$(filter_out_deleted_zvols)
106 echo "$zvols"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2518 # as argument 1. It checks for pools based on zvols and files, and also
2529 # aren't built from files or zvols contained in this pool.
2539 # this is a list of the zvols that make up the pool
2540 ZVOLPOOL=$(zpool status -v $pool | awk -v zvols="$ZVOL_DEVDIR/$1$" '$0 ~ zvols {print $1}')