Searched refs:zvols (Results 1 – 2 of 2) sorted by relevance
4 if [ -z "$zvols" ]; then7 echo "$zvols" | wc -l12 echo "$zvols" | tr ' ' '+' | while read -r zvol; do24 zfs list -H -o name $zvols 2>/dev/null58 zvols=$(list_zvols)77 zvols="$(filter_out_zvols_with_links)"97 zvols=$(filter_out_deleted_zvols)106 echo "$zvols"
2518 # as argument 1. It checks for pools based on zvols and files, and also2529 # aren't built from files or zvols contained in this pool.2539 # this is a list of the zvols that make up the pool2540 ZVOLPOOL=$(zpool status -v $pool | awk -v zvols="$ZVOL_DEVDIR/$1$" '$0 ~ zvols {print $1}')