| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_bpffs.c | 42 err = umount(TDIR); in fn() 71 umount(TDIR "/fs1"); in fn() 72 umount(TDIR "/fs2"); in fn() 75 umount(TDIR); in fn()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/ |
| H A D | fw_namespace.c | 35 umount("/lib/firmware"); in die() 97 umount("/lib/firmware"); in test_fw_in_ns() 112 umount("/lib/firmware"); in test_fw_in_ns() 150 umount("/lib/firmware"); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 91 goto umount; in __do_binderfs_test() 101 goto umount; in __do_binderfs_test() 114 goto umount; in __do_binderfs_test() 124 goto umount; in __do_binderfs_test() 135 goto umount; in __do_binderfs_test() 144 goto umount; in __do_binderfs_test() 149 goto umount; in __do_binderfs_test() 155 umount: in __do_binderfs_test()
|
| /OK3568_Linux_fs/buildroot/package/ecryptfs-utils/ |
| H A D | 0003-fix-parallel-build-issue.patch | 8 …/bin/bash ../../libtool --mode=install /usr/bin/install -c mount.ecryptfs umount.ecryptfs mount.… 18 -rm -f "$(DESTDIR)/$(rootsbindir)/umount.ecryptfs_private" 19 $(LN_S) "mount.ecryptfs_private" "$(DESTDIR)/$(rootsbindir)/umount.ecryptfs_private" 59 -rm -f "$(DESTDIR)/$(rootsbindir)/umount.ecryptfs_private" 60 $(LN_S) "mount.ecryptfs_private" "$(DESTDIR)/$(rootsbindir)/umount.ecryptfs_private"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-install-efi-testfs.sh | 67 umount /dev/${device}* 2> /dev/null || /bin/true 145 umount /ssd 146 umount /rootmnt 191 umount /ssd
|
| H A D | init-install-testfs.sh | 86 umount /dev/${device}* 2> /dev/null || /bin/true 170 umount /tgt_root 171 umount /src_root 211 umount /boot
|
| H A D | init-install-efi.sh | 139 umount ${device}* 2> /dev/null || /bin/true 236 umount /src_root 280 umount /tgt_root 295 umount /boot
|
| H A D | init-install.sh | 133 umount ${device}* 2> /dev/null || /bin/true 267 umount /tgt_root 268 umount /src_root 334 umount /boot
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_ums.py | 161 def umount(ignore_errors): function 217 umount(ignore_errors=ignore_cleanup_errors) 232 umount(ignore_errors=ignore_cleanup_errors)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | hugetlb_reparenting_test.sh | 45 umount "$MNT" 2>/dev/null 211 umount "$MNT" 235 umount "$MNT" 243 umount $CGROUP_ROOT
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 1073 if (umount(mount_dir) != 0) { in cant_touch_index_test() 1086 umount(mount_dir); in cant_touch_index_test() 1351 if (umount(mount_dir) != 0) { in basic_file_ops_test() 1360 umount(mount_dir); in basic_file_ops_test() 1456 if (umount(mount_dir) != 0) { in dynamic_files_and_data_test() 1465 umount(mount_dir); in dynamic_files_and_data_test() 1578 if (umount(mount_dir) != 0) { in concurrent_reads_and_writes_test() 1587 umount(mount_dir); in concurrent_reads_and_writes_test() 1628 if (umount(mount_dir) != 0) { in work_after_remount_test() 1698 if (umount(mount_dir) != 0) { in work_after_remount_test() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-multiple-procfs.c | 42 umount(procdir1); in main() 43 umount(procdir2); in main()
|
| /OK3568_Linux_fs/buildroot/package/cgroupfs-mount/ |
| H A D | cgroupfs-mount.mk | 15 $(INSTALL) -D -m 0755 $(@D)/cgroupfs-umount $(TARGET_DIR)/usr/bin/cgroupfs-umount
|
| H A D | S30cgroupfs | 13 /usr/bin/cgroupfs-umount
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev-mount.sh | 53 umount "$MOUNTPOINT" 56 umount /dev/$MDEV
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/ |
| H A D | 0001-contrib-add-yocto-compatible-init-script.patch | 58 umount ${rootdir}/dev/log >/dev/null 2>&1 61 - umount ${rootdir}/dev/urandom >/dev/null 2>&1 63 + umount ${rootdir}/dev/random >/dev/null 2>&1
|
| /OK3568_Linux_fs/buildroot/package/usbmount/ |
| H A D | 0004-usbmount-Allow-unmounting-other-mountpoints.patch | 27 log info "executing command: umount -l $mountpoint" 28 umount -l "$mountpoint"
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | swsusp-dmcrypt.rst | 93 umount /mnt 109 umount /sys 111 umount /proc 115 umount -l /mnt 116 umount /proc
|
| /OK3568_Linux_fs/u-boot/test/fs/ |
| H A D | fat-noncontig-test.sh | 110 sudo umount ${mnt} 123 sudo umount ${mnt}
|
| /OK3568_Linux_fs/buildroot/package/ntfs-3g/ |
| H A D | 0001-ntfscp-Support-directory-copy.patch | 57 goto umount; 64 - goto umount; 69 + goto umount;
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | automount-support.rst | 85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH. 88 umount() or its parent mountpoint, an EBUSY error will be returned and the 97 Again, the expiration flag is cleared every time anything other than umount()
|
| H A D | bfs.rst | 33 that modprobe is functioning. Beware that umount will not deallocate 47 # umount /stand
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 194 ret = umount("/dev/pts"); in verify_non_standard_devpts_mount() 201 (void)umount("/dev/ptmx"); in verify_non_standard_devpts_mount()
|
| /OK3568_Linux_fs/buildroot/board/technologic/ts5500/ |
| H A D | readme.txt | 31 # umount /mnt 41 # umount /mnt
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | umountnfs.sh | 32 umount -f $mountpt
|