Searched refs:ZFS (Results 451 - 475 of 514) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/tests/sys/cddl/zfs/tests/quota/
H A Dquota.kshlib46 log_must $ZFS set quota=$QUOTA_VALUE $FILESYSTEM
67 # Function attempts to write another file in a ZFS filesystem
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_004_pos.ksh151 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS
152 log_must $ZFS set aclinherit=passthrough-x $TESTPOOL/$TESTFS
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_all_001_pos.ksh47 # and all available ZFS filesystems are mounted.
179 "and all available ZFS filesystems are mounted."
185 log_must $ZFS $unmountall
187 log_must $ZFS $mountall
192 "all ZFS filesystems currently mounted."
197 "and all available ZFS filesystems are mounted."
H A Dzfs_mount_test.sh32 atf_set "descr" "Verify that '$ZFS $mountcmd <filesystem>' succeeds as root."
62 atf_set "descr" "Verify that '$ZFS $mountcmd' with a filesystemwhose name is not in 'zfs list' will fail with return code 1."
88 atf_set "descr" "Verify that '$ZFS $mountcmd' with a filesystemwhose mountpoint property is 'legacy' or 'none' \will fail with return code 1."
114 atf_set "descr" "Verify that '$ZFS $mountcmd <filesystem>'with a mounted filesystem will fail with return code 1."
140 atf_set "descr" "Verify that '$ZFS $mountcmd' with a filesystemwhose mountpoint is currently in use will fail with return code 1."
167 atf_set "descr" "Verify that '$ZFS $mountcmd <filesystem>'which mountpoint be the identical or the top of an existing one \will fail with return code 1."
330 atf_set "descr" "Verify that 'zfs $mountall' succeeds as root,and all available ZFS filesystems are mounted."
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add_006_pos.ksh45 # 1. Create assigned number of files in ZFS filesystem as vdevs and use the first
117 log_must $ZFS create $TESTPOOL/$TESTFS
118 log_must $ZFS set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
/freebsd-12-stable/tests/sys/cddl/zfs/tests/compression/
H A Dcompress_004_pos.ksh45 # 2. Set different recordsize with ZFS filesystem
104 log_must $ZFS set compression=$value $fs
114 log_must $ZFS set recordsize=$blksize $fs
/freebsd-12-stable/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_010_pos.ksh109 log_must $ZFS allow $STAFF1 ${perms[$i]} $dtst
/freebsd-12-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_009_pos.ksh91 $ZFS 2>&1 | $GREP "allow" > /dev/null
173 log_must $ZFS $subcmd $options $testfs
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_002_pos.ksh45 # 1) Populate ZFS file system
137 log_must $ZFS create $TESTPOOL/$TESTFS
138 log_must $ZFS set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
/freebsd-12-stable/contrib/pjdfstest/tests/ftruncate/
H A D08.t13 FreeBSD:ZFS)
43 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
45 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
/freebsd-12-stable/contrib/pjdfstest/tests/truncate/
H A D08.t13 FreeBSD:ZFS)
43 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
45 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
/freebsd-12-stable/libexec/rc/rc.d/
H A DMakefile327 CONFGROUPS+= ZFS
328 ZFS+= zfs
329 ZFS+= zfsbe
330 ZFS+= zfsd
331 ZFS+= zvol
/freebsd-12-stable/contrib/pjdfstest/tests/rename/
H A D08.t13 FreeBSD:ZFS)
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_001_pos.ksh116 log_must $ZFS rename ${dataset[i]}-new ${dataset[i]}
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dro_props_001_pos.ksh99 $ZFS upgrade -v > /dev/null 2>&1
151 log_mustnot $ZFS set $prop=${values[j]} \
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_002_pos.ksh83 log_must $ZFS mount ${pools[i]}/$TESTFS
139 log_must $ZFS umount ${mtpts[i]}
H A Dzpool_import_rename_001_pos.ksh92 log_must $ZFS mount ${pools[i]}/$TESTFS
158 log_must $ZFS umount ${mtpts[i]}
H A Dzpool_import_009_neg.ksh48 # * Contain invalid characters not allowed in the ZFS namespace
89 log_must $ZFS mount ${pools[i]}/$TESTFS
/freebsd-12-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_002_pos.ksh72 log_must $ZFS destroy $SNAPFS
110 log_must $ZFS snapshot $SNAPFS
H A Dsnapshot_006_pos.ksh44 # 1) Create some files in a ZFS dataset
71 log_must $ZFS destroy $SNAPCTR
108 log_must $ZFS snapshot $SNAPCTR
/freebsd-12-stable/contrib/pjdfstest/tests/chown/
H A D08.t13 FreeBSD:ZFS)
42 FreeBSD:ZFS)
/freebsd-12-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_003_pos.ksh91 log_must $ZFS create $POOL/$FS
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cache/
H A Dcache_010_neg.ksh99 log_must $ZFS create -V $SIZE $TESTPOOL2/$TESTVOL
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_test.sh58 atf_set "descr" "Verify that '$ZFS $unmountcmd [-f] <filesystem|mountpoint>'whose name is not in 'zfs list' will fail with return code 1."
84 atf_set "descr" "Verify that '$ZFS $unmountcmd [-f] <filesystem|mountpoint>'whose mountpoint property is 'legacy' or 'none' \will fail with return code 1."
110 atf_set "descr" "Verify that '$ZFS $unmountcmd [-f] <filesystem|mountpoint>'with an unmounted filesystem will fail with return code 1."
136 atf_set "descr" "Verify that '$ZFS $unmountcmd <filesystem|mountpoint>'with a filesystem which mountpoint is currently in use \will fail with return code 1, and forcefully will succeeds as root."
270 atf_set "descr" "Verify that 'zfs $unmountall' succeeds as root,and all available ZFS filesystems are unmounted."
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh87 FS=$($ZFS list $TESTPOOL)
90 log_fail "Mounted filesystem at /${TESTPOOL}.root isn't ZFS!"

Completed in 153 milliseconds

<<11121314151617181920>>