Home
last modified time | relevance | path

Searched refs:filesystems (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_all_mountpoints.ksh39 typeset -a filesystems
62 filesystems+=($fs)
67 fs=${filesystems[$i]}
97 fs=$TESTPOOL/${filesystems[$(($fscount - $i - 1))]}
98 mnt=$path/${filesystems[$i]}
115 for fs in ${filesystems[@]}; do
135 for fs in ${filesystems[@]}; do
H A Dzfs_mount_all_fail.ksh40 typeset -a filesystems
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.snapshot_recursive.ksh36 filesystems="$rootfs \
45 for fs in $filesystems; do
55 for fs in $filesystems; do
/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A DREADME.md64 The idea here is to make sure all of the ZFS filesystems, including possibly
69 sharing filesystems in the future, so it is important to start before the
72 Finally, we share filesystems configured with the share\* property.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib50 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[@]}" ]]; do
371 mountpoint=$(get_prop mountpoint "${filesystems[$idx]}")
/f-stack/freebsd/contrib/openzfs/etc/systemd/system/
H A Dzfs-mount.service.in2 Description=Mount ZFS filesystems
/f-stack/freebsd/mips/conf/
H A DDIR-825B158 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
H A DAR71XX_BASE51 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
H A Dstd.AR531257 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
H A Dstd.AR531556 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
H A Dstd.AR724X57 # options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation.cfg35 export RESV_NUM_FS=10 # Number of filesystems to create
H A Dreservation.shlib91 # Function to create and mount multiple filesystems. The filesystem
/f-stack/freebsd/mips/mediatek/
H A Dstd.rt288059 #options MSDOSFS # Enable support for MSDOS filesystems
H A Dstd.mediatek60 #options MSDOSFS # Enable support for MSDOS filesystems
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in216 This package provides support for managing ZFS filesystems
/f-stack/freebsd/contrib/openzfs/contrib/dracut/
H A DREADME.dracut.markdown157 ZFS is desired. At present, no other known filesystems will work with no
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py286 cls.pool = _TempPool(filesystems=cls.FILESYSTEMS)
289 filesystems=cls.FILESYSTEMS, readonly=True)
4118 def __init__(self, size=128 * 1024 * 1024, readonly=False, filesystems=[]): argument
4119 self._filesystems = filesystems
4143 for fs in filesystems:
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib599 # filesystems it contains.