Searched refs:filesystems (Results 1 – 19 of 19) sorted by relevance
39 typeset -a filesystems62 filesystems+=($fs)67 fs=${filesystems[$i]}97 fs=$TESTPOOL/${filesystems[$(($fscount - $i - 1))]}98 mnt=$path/${filesystems[$i]}115 for fs in ${filesystems[@]}; do135 for fs in ${filesystems[@]}; do
40 typeset -a filesystems
36 filesystems="$rootfs \45 for fs in $filesystems; do55 for fs in $filesystems; do
64 The idea here is to make sure all of the ZFS filesystems, including possibly69 sharing filesystems in the future, so it is important to start before the72 Finally, we share filesystems configured with the share\* property.
50 typeset filesystems=$(get_nfilesystems)53 suffix="$suffix.$threads-threads.$filesystems-filesystems"337 # will be evenly distributed over all the filesystems.360 typeset filesystems=( $TESTFS )361 echo ${#filesystems[@]}366 typeset filesystems=( $TESTFS )370 while [[ $idx -lt "${#filesystems[@]}" ]]; do371 mountpoint=$(get_prop mountpoint "${filesystems[$idx]}")
2 Description=Mount ZFS filesystems
58 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
51 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
57 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
56 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
35 export RESV_NUM_FS=10 # Number of filesystems to create
91 # Function to create and mount multiple filesystems. The filesystem
59 #options MSDOSFS # Enable support for MSDOS filesystems
60 #options MSDOSFS # Enable support for MSDOS filesystems
216 This package provides support for managing ZFS filesystems
157 ZFS is desired. At present, no other known filesystems will work with no
286 cls.pool = _TempPool(filesystems=cls.FILESYSTEMS)289 filesystems=cls.FILESYSTEMS, readonly=True)4118 def __init__(self, size=128 * 1024 * 1024, readonly=False, filesystems=[]): argument4119 self._filesystems = filesystems4143 for fs in filesystems:
599 # filesystems it contains.