Home
last modified time | relevance | path

Searched refs:umount (Results 1 – 25 of 187) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c42 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 Dfw_namespace.c35 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 Dbinderfs_test.c91 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 D0003-fix-parallel-build-issue.patch8 …/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 Dinit-install-efi-testfs.sh67 umount /dev/${device}* 2> /dev/null || /bin/true
145 umount /ssd
146 umount /rootmnt
191 umount /ssd
H A Dinit-install-testfs.sh86 umount /dev/${device}* 2> /dev/null || /bin/true
170 umount /tgt_root
171 umount /src_root
211 umount /boot
H A Dinit-install-efi.sh139 umount ${device}* 2> /dev/null || /bin/true
236 umount /src_root
280 umount /tgt_root
295 umount /boot
H A Dinit-install.sh133 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 Dtest_ums.py161 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 Dhugetlb_reparenting_test.sh45 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 Dincfs_test.c1073 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 Dproc-multiple-procfs.c42 umount(procdir1); in main()
43 umount(procdir2); in main()
/OK3568_Linux_fs/buildroot/package/cgroupfs-mount/
H A Dcgroupfs-mount.mk15 $(INSTALL) -D -m 0755 $(@D)/cgroupfs-umount $(TARGET_DIR)/usr/bin/cgroupfs-umount
H A DS30cgroupfs13 /usr/bin/cgroupfs-umount
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dmdev-mount.sh53 umount "$MOUNTPOINT"
56 umount /dev/$MDEV
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/
H A D0001-contrib-add-yocto-compatible-init-script.patch58 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 D0004-usbmount-Allow-unmounting-other-mountpoints.patch27 log info "executing command: umount -l $mountpoint"
28 umount -l "$mountpoint"
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dswsusp-dmcrypt.rst93 umount /mnt
109 umount /sys
111 umount /proc
115 umount -l /mnt
116 umount /proc
/OK3568_Linux_fs/u-boot/test/fs/
H A Dfat-noncontig-test.sh110 sudo umount ${mnt}
123 sudo umount ${mnt}
/OK3568_Linux_fs/buildroot/package/ntfs-3g/
H A D0001-ntfscp-Support-directory-copy.patch57 goto umount;
64 - goto umount;
69 + goto umount;
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dautomount-support.rst85 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 Dbfs.rst33 that modprobe is functioning. Beware that umount will not deallocate
47 # umount /stand
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c194 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 Dreadme.txt31 # umount /mnt
41 # umount /mnt
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dumountnfs.sh32 umount -f $mountpt

12345678