Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
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()
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
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()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/binderfs/
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()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dproc-multiple-procfs.c42 umount(procdir1); in main()
43 umount(procdir2); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dhugetlb_reparenting_test.sh45 umount "$MNT" 2>/dev/null
211 umount "$MNT"
235 umount "$MNT"
243 umount $CGROUP_ROOT
Dcharge_reserved_hugetlb.sh47 umount /mnt/huge || echo error
255 umount /mnt/huge
574 umount $cgroup_path
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_mnt_container_002.cpp47 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
62 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
DIt_mnt_container_004.cpp67 ret = umount(USERDATA_DIR_NAME); in ItMntContainer004()
86 ret = umount(USERDATA_DIR_NAME); in ItMntContainer004()
DIt_mnt_container_003.cpp68 ret = umount(USERDATA_DIR_NAME); in ItMntContainer003()
89 ret = umount(USERDATA_DIR_NAME); in ItMntContainer003()
DIt_mnt_container_007.cpp76 ret = umount(USERDATA_DIR_NAME); in ItMntContainer007()
95 ret = umount(USERDATA_DIR_NAME); in ItMntContainer007()
DIt_container_chroot_001.cpp82 ret = umount(USERDATA_DIR_NAME); in ItContainerChroot001()
101 ret = umount(USERDATA_DIR_NAME); in ItContainerChroot001()
DIt_mnt_container_005.cpp48 ret = umount(USERDATA_DIR_NAME); in MntContainerUnshare()
DIt_mnt_container_001.cpp47 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
DIt_mnt_container_006.cpp56 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
/kernel/linux/linux-5.10/Documentation/power/
Dswsusp-dmcrypt.rst93 umount /mnt
109 umount /sys
111 umount /proc
115 umount -l /mnt
116 umount /proc
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dmount.h54 int umount(const char *target);
/kernel/linux/linux-5.10/samples/bpf/
Drun_cookie_uid_helper_example.sh9 umount ${mnt_dir}
Dtest_cgrp2_sock.sh66 umount ${CGRP_MNT}
/kernel/linux/linux-5.10/Documentation/filesystems/
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()
Dbfs.rst33 that modprobe is functioning. Beware that umount will not deallocate
47 # umount /stand
/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.c309 int umount(const char *target) in umount() function
325 (mp->mFs->fsMops->umount == NULL)) { in umount()
329 ret = mp->mFs->fsMops->umount(mp); in umount()
Dvfs_mount.h49 int (*umount)(struct MountPoint *mp); member
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/
Ddevpts_pts.c194 ret = umount("/dev/pts"); in verify_non_standard_devpts_mount()
201 (void)umount("/dev/ptmx"); in verify_non_standard_devpts_mount()
/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h27 S32 (*umount)(struct TagMountPoint *mp); member
Dvfs_mount.c227 (mp->mFs->fsMops->umount == NULL)) { in OsVfsUmount()
232 ret = mp->mFs->fsMops->umount(mp); in OsVfsUmount()

1234