Searched refs:unmounted (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/libexec/rc/rc.d/
H A Dlinux18 unmounted() function
57 unmounted "${_emul_path}/proc" && mount -t linprocfs linprocfs "${_emul_path}/proc"
58 unmounted "${_emul_path}/sys" && mount -t linsysfs linsysfs "${_emul_path}/sys"
59 unmounted "${_emul_path}/dev" && mount -t devfs devfs "${_emul_path}/dev"
60 unmounted "${_emul_path}/dev/fd" && mount -o linrdlnk -t fdescfs fdescfs "${_emul_path}/dev/fd"
61 unmounted "${_emul_path}/dev/shm" && mount -o mode=1777 -t tmpfs tmpfs "${_emul_path}/dev/shm"
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_001_pos.ksh46 # 1. Make sure that the ZFS filesystem is unmounted.
72 unmounted $TESTPOOL/$TESTFS || \
79 log_fail Filesystem $TESTPOOL/$TESTFS is unmounted
H A Dzfs_mount_003_pos.ksh47 # 1. Make sure that the ZFS filesystem is unmounted.
84 unmounted $TESTPOOL/$TESTFS || \
95 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is unmounted"
96 unmounted $TESTPOOL/$TESTFS || \
H A Dzfs_mount_004_pos.ksh47 # 1. Make sure that the ZFS filesystem is unmounted.
78 unmounted $TESTPOOL/$TESTFS || \
84 log_unresolved "Filesystem $TESTPOOL/$TESTFS is unmounted"
94 log_fail Filesystem $TESTPOOL/$TESTFS is unmounted
H A Dzfs_mount_005_pos.ksh48 # 1. Make sure that the ZFS filesystem is unmounted.
80 unmounted $TESTPOOL/$TESTFS || \
95 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is unmounted"
96 unmounted $TESTPOOL/$TESTFS || \
H A Dzfs_mount_006_pos.ksh48 # 2. Setup a new filesystem and make sure that it is unmounted.
89 unmounted $TESTPOOL/$TESTFS || \
108 log_unresolved "Filesystem $TESTPOOL/$TESTFS is unmounted"
112 unmounted $TESTPOOL/$TESTFS1 || \
124 unmounted $TESTPOOL/$TESTFS1 || \
H A Dzfs_mount_002_pos.ksh87 log_note "Make sure the filesystem $TESTPOOL/$NONEXISTFSNAME is unmounted"
88 unmounted $TESTPOOL/$NONEXISTFSNAME || \
H A Dzfs_mount_009_neg.ksh104 log_must unmounted $TESTPOOL/$fs
/freebsd-12-stable/tests/sys/cddl/zfs/tests/mount/
H A Dmounttest.ksh48 # 4. Make sure the file systems were unmounted
96 log_note Make sure the file systems were unmounted
98 unmounted $fs || log_fail File system $fs not unmounted
101 log_pass All file systems are unmounted
H A Dsetup.ksh63 log_note Make sure file system $fs is unmounted
64 unmounted $fs || log_fail File system $fs is not unmounted
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount.kshlib46 log_must unmounted $mnt
63 log_must unmounted $mnt
H A Dzfs_unmount_001_pos.ksh40 # Creates a file system and verifies that it can be unmounted
91 unmounted $TESTPOOL/$TESTFS2 && \
96 unmounted "$mnt" || \
99 log_note "Successfully unmounted $options $mnt"
H A Dzfs_unmount_all_001_pos.ksh49 # and all available ZFS filesystems are unmounted.
158 log_must unmounted "$path/${vol[j]}"
165 log_must unmounted "$path/${fs[j]}"
169 log_must unmounted "$path"
179 "and all available ZFS filesystems are unmounted."
209 "and all available ZFS filesystems are unmounted."
H A Dzfs_unmount_004_pos.ksh50 # 3. Verify that the filesystem is unmounted.
87 unmounted ${dev[j]} || \
101 "with an unmounted filesystem will fail with return code 1."
113 "with an unmounted filesystem failed with return code 1."
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_mount_001_neg.ksh47 # 1. Verify that we can't mount the unmounted filesystem created in setup
62 log_mustnot run_unprivileged "$ZFS mount $TESTPOOL/$TESTFS/$TESTFS2.unmounted"
65 MOUNTED=$($MOUNT | $GREP $TESTPOOL/$TESTFS/$TESTFS2.unmounted)
68 log_fail "Filesystem $TESTPOOL/$TESTFS/$TESTFS2.unmounted was mounted!"
H A Dsetup.ksh65 # create an unmounted filesystem to test unmount
66 log_must $ZFS create $TESTPOOL/$TESTFS/$TESTFS2.unmounted
67 log_must $ZFS unmount $TESTPOOL/$TESTFS/$TESTFS2.unmounted
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dcanmount_002_pos.ksh148 log_must unmounted $dataset
150 log_must unmounted $dataset
153 log_must unmounted $dataset
155 log_must unmounted $dataset
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_003_pos.ksh85 unmounted $TESTPOOL/$TESTFS || \
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c1417 goto unmounted;
1438 unmounted:
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1321 * not unmounted. We consider the filesystem valid before the barrier
1742 * Leave rootvp held. The root file system is never unmounted.
2127 * unmounted this file system while we were doing the switcheroo,
2153 * If we are unmounting, set the unmounted flag and let new vops
2154 * unblock. zfs_inactive will have the unmounted behavior, and all
2225 * Mark file system as unmounted before calling
2809 * Return true if the coresponding vfs's unmounted flag is set.
2817 boolean_t unmounted = B_FALSE; local
2825 unmounted = B_TRUE;
2828 return (unmounted);
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib66 # Return 0 if dataset is mounted; 1 if unmounted; 2 on error
110 # Return 0 if a dataset is unmounted; 1 otherwise
115 function unmounted function
503 # to the really mountpoint when the snapshot is unmounted. So, firstly

Completed in 115 milliseconds