/freebsd/tests/sys/cddl/zfs/tests/mount/ |
H A D | setup.ksh | 33 log_note Create file systems with mountpoints, so they are mounted automatically 52 log_note Make sure file system $fs was mounted 53 mounted $fs || log_fail File system $fs is not mounted
|
H A D | mounttest.ksh | 73 log_note Make sure the file systems were mounted 75 mounted $fs || log_fail File system $fs not mounted
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_all_fail.ksh | 88 log_mustnot mounted "$TESTPOOL/$i" 98 log_must mounted "$TESTPOOL/0" 104 log_mustnot mounted "$TESTPOOL/0" 110 log_must mounted "$TESTPOOL/$i"
|
H A D | zfs_mount_013_pos.ksh | 38 mounted && zfs $mountcmd $TESTPOOL 60 log_must mounted $TESTPOOL 85 log_must mounted $mntpoint 90 log_must mounted $mntpoint
|
H A D | zfs_mount_all_001_pos.ksh | 157 log_mustnot mounted "$path/${vol[j]}" 164 $logfunc mounted "$path/${fs[j]}" 168 $logfunc mounted "$path"
|
H A D | zfs_mount_004_pos.ksh | 69 mounted $TESTPOOL/$TESTFS || \ 79 mounted $TESTPOOL/$TESTFS || \
|
H A D | zfs_mount_005_pos.ksh | 90 mounted $TESTPOOL/$TESTFS || \ 94 log_fail Filesystem $TESTPOOL/$TESTFS is mounted
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
H A D | zfs_unmount.kshlib | 36 mounted $mnt || wasmounted=0 56 log_must mounted $mnt 69 mounted $TESTPOOL/$TESTFS || \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
H A D | zfs_unmount.kshlib | 42 mounted $mnt || wasmounted=0 62 log_must mounted $mnt 75 mounted $TESTPOOL/$TESTFS || \
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
H A D | zfs_mount_all_001_pos.ksh | 153 log_mustnot mounted "$path/${vol[j]}" 160 log_must mounted "$path/${fs[j]}" 164 log_must mounted "$path"
|
H A D | zfs_mount_004_pos.ksh | 78 mounted $TESTPOOL/$TESTFS || \ 88 mounted $TESTPOOL/$TESTFS || \
|
/freebsd/tools/test/stress2/misc/ |
H A D | procfs6.sh | 36 mounted=1 41 [ $mounted ] && umount /proc
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
H A D | umount_unlinked_drain.ksh | 37 mounted $TESTDIR.$fs || zfs mount $TESTPOOL/$TESTFS.$fs 81 log_must mounted $TESTDIR.$fs 106 log_must mounted $TESTDIR.$fs
|
H A D | umount_001.ksh | 47 log_must mounted $TESTDIR.$fs 51 log_must mounted $TESTDIR.$fs
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 22 and thus implying that the component should be mounted in a certain orientation 27 mounted on the same chassis as this screen, will likely take the screen as 36 A sensor can be mounted in any angle along the axes relative to the frame of 150 So unless the sensor is ideally mounted, we need a means to indicate the 183 mechanically mounted in an ideal way and we need no transformation): 189 The sensor is mounted 30 degrees (Pi/6 radians) tilted along the X axis, so we 196 The sensor is flipped 180 degrees (Pi radians) around the Z axis, i.e. mounted
|
/freebsd/sys/contrib/openzfs/contrib/dracut/ |
H A D | README.md | 16 …t contains children with `mountpoint=`s of `/etc`, `/bin`, `/lib*`, or `/usr`, they're mounted too. 38 after pool import but before the rootfs is mounted. 43 after pool import but before the rootfs is mounted.
|
/freebsd/lib/libbe/ |
H A D | be_info.c | 166 boolean_t mounted; in prop_list_builder_cb() local 191 mounted = zfs_is_mounted(zfs_hdl, &mountpoint); in prop_list_builder_cb() 193 if (mounted) in prop_list_builder_cb()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 221 boolean_t mounted; in changelist_postfix() local 256 mounted = zfs_is_mounted(cn->cn_handle, NULL); in changelist_postfix() 258 if (!mounted && !needs_key && (cn->cn_mounted || in changelist_postfix() 266 mounted = TRUE; in changelist_postfix() 276 if (sharenfs && mounted) { in changelist_postfix() 285 if (sharesmb && mounted) { in changelist_postfix()
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | nokia,smia.txt | 33 - rotation: Integer property; valid values are 0 (sensor mounted upright) 34 and 180 (sensor mounted upside down). See
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
H A D | canmount_002_pos.ksh | 141 log_must mounted $dataset 154 log_must mounted $dataset
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | canmount_002_pos.ksh | 126 log_must mounted $dataset 141 log_must mounted $dataset
|
/freebsd/usr.sbin/bsdconfig/security/include/ |
H A D | securelevel.hlp | 16 flags may not be turned off; disks for mounted file systems, 22 be opened for writing (except by mount(2)) whether mounted or
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zhack/ |
H A D | library.kshlib | 150 "$L_LOGOP" mounted "$TESTPOOL"/"$TESTFS" 162 log_must mounted "$TESTPOOL"/"$TESTFS"
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/ |
H A D | README.md | 48 Filesystems below the root filesystem will be automatically mounted with no 51 will be mounted (if they exist). 62 filesystem is mounted manually by the initramfs script.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_002_neg.ksh | 63 mounted $ds || log_must zfs mount $ds
|