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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_mount_001_neg.ksh42 # 1. Verify that we can't mount the unmounted filesystem created in setup
48 log_mustnot zfs mount $TESTPOOL/$TESTFS/$TESTFS2.unmounted
51 MOUNTED=$(mount | grep $TESTPOOL/$TESTFS/$TESTFS2.unmounted)
54 log_fail "Filesystem $TESTPOOL/$TESTFS/$TESTFS2.unmounted was mounted!"
H A Dsetup.ksh66 # create an unmounted filesystem to test unmount
67 log_must zfs create $TESTPOOL/$TESTFS/$TESTFS2.unmounted
68 log_must zfs unmount $TESTPOOL/$TESTFS/$TESTFS2.unmounted
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_001_pos.ksh41 # 1. Make sure that the ZFS filesystem is unmounted.
58 unmounted $TESTPOOL/$TESTFS || \
65 log_fail Filesystem $TESTPOOL/$TESTFS is unmounted
H A Dzfs_mount_003_pos.ksh42 # 1. Make sure that the ZFS filesystem is unmounted.
70 unmounted $TESTPOOL/$TESTFS || \
81 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is unmounted"
82 unmounted $TESTPOOL/$TESTFS || \
H A Dzfs_mount_004_pos.ksh42 # 1. Make sure that the ZFS filesystem is unmounted.
64 unmounted $TESTPOOL/$TESTFS || \
70 log_unresolved "Filesystem $TESTPOOL/$TESTFS is unmounted"
80 log_fail Filesystem $TESTPOOL/$TESTFS is unmounted
H A Dzfs_mount_005_pos.ksh43 # 1. Make sure that the ZFS filesystem is unmounted.
66 unmounted $TESTPOOL/$TESTFS || \
81 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is unmounted"
82 unmounted $TESTPOOL/$TESTFS || \
H A Dzfs_mount_006_pos.ksh43 # 2. Setup a new filesystem and make sure that it is unmounted.
75 unmounted $TESTPOOL/$TESTFS || \
94 log_unresolved "Filesystem $TESTPOOL/$TESTFS is unmounted"
98 unmounted $TESTPOOL/$TESTFS1 || \
110 unmounted $TESTPOOL/$TESTFS1 || \
H A Dzfs_mount_002_pos.ksh73 log_note "Make sure the filesystem $TESTPOOL/$NONEXISTFSNAME is unmounted"
74 unmounted $TESTPOOL/$NONEXISTFSNAME || \
H A Dzfs_mount_009_neg.ksh89 log_must unmounted $TESTPOOL/$fs
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount.kshlib47 log_must unmounted $mnt
64 log_must unmounted $mnt
H A Dzfs_unmount_001_pos.ksh36 # Creates a file system and verifies that it can be unmounted
78 unmounted $TESTPOOL/$TESTFS2 && \
83 unmounted "$mnt" || \
86 log_note "Successfully unmounted $options $mnt"
H A Dzfs_unmount_all_001_pos.ksh44 # and all available ZFS filesystems are unmounted.
144 log_must unmounted "$path/${vol[j]}"
151 log_must unmounted "$path/${fs[j]}"
155 log_must unmounted "$path"
165 "and all available ZFS filesystems are unmounted."
199 "and all available ZFS filesystems are unmounted."
H A Dzfs_unmount_004_pos.ksh45 # 3. Verify that the filesystem is unmounted.
73 unmounted ${dev[j]} || \
87 "with an unmounted filesystem will fail with return code 1."
99 "with an unmounted filesystem failed with return code 1."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mount/
H A Dumount_001.ksh43 # 4. Make sure the file systems were unmounted
49 log_must unmounted $TESTDIR.$fs
54 log_pass "All file systems are unmounted"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_002_pos.ksh128 log_must unmounted $dataset
130 log_must unmounted $dataset
133 log_must unmounted $dataset
135 log_must unmounted $dataset
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c337 * 1 : if successfully unmounted
351 int32_t unmounted = 0; local
415 unmounted = 1;
438 unmounted = 1;
457 unmounted = 1;
470 if (unmounted)
481 * 1 : if successfully unmounted
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c676 boolean_t unmounted; local
697 unmounted = B_FALSE;
707 unmounted = B_TRUE;
714 unmounted = B_TRUE;
733 if (!unmounted && umount2(path, 0) != 0)
5164 * root) are unmounted, and the zone is on death row. But there may
5173 goto unmounted;
5180 goto unmounted;
5188 unmounted:
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1101 * not unmounted. We consider the filesystem valid before the barrier
1508 * Leave rootvp held. The root file system is never unmounted.
1765 * unmounted this file system while we were doing the switcheroo,
1791 * If we are unmounting, set the unmounted flag and let new vops
1792 * unblock. zfs_inactive will have the unmounted behavior, and all
2276 * Return true if the coresponding vfs's unmounted flag is set.
2284 boolean_t unmounted = B_FALSE; local
2292 unmounted = B_TRUE;
2295 return (unmounted);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c110 * filesystem has been forcibly unmounted.
353 * filesystem has been unmounted or the zone is shutting down.
370 "nfs4_start_recovery: fs unmounted"));
444 * If the filesystem has been unmounted, punt.
730 * been forcibly unmounted. startrecovp may be NULL for
1038 * if the filesystem has been forcibly unmounted or the lwp is exiting.
1043 * - EIO if the filesystem has been forcibly unmounted (non-state-releasing
1250 "unmounted"));
1257 * the filesystem is unmounted, then the filesystem
1271 * us, and the filesystem has been unmounted
3114 errs_to_action(recov_info_t *recovp, nfs4_server_t *sp, mntinfo4_t *mi, stateid4 *sidp, nfs4_lost_rqst_t *lost_rqstp, int unmounted, nfs_opnum4 op, nfs4_bseqid_entry_t *bsep) argument
[all...]

Completed in 103 milliseconds