/kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
H A D | user_events_selftests.h | 16 umount("/sys/kernel/tracing"); in tracefs_unmount() 19 static inline bool tracefs_enabled(char **message, bool *fail, bool *umount) in tracefs_enabled() argument 26 *umount = false; in tracefs_enabled() 46 *umount = true; in tracefs_enabled() 60 static inline bool user_events_enabled(char **message, bool *fail, bool *umount) in user_events_enabled() argument 67 *umount = false; in user_events_enabled() 75 if (!tracefs_enabled(message, fail, umount)) in user_events_enabled() 97 #define USER_EVENT_FIXTURE_SETUP(statement, umount) do { \ 100 if (!user_events_enabled(&message, &fail, &(umount))) { \ 109 #define USER_EVENT_FIXTURE_TEARDOWN(umount) d [all...] |
H A D | dyn_test.c | 147 bool umount; in FIXTURE() local 151 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP() 155 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
|
H A D | perf_test.c | 114 bool umount; in FIXTURE() local 118 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP() 125 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
|
H A D | abi_test.c | 95 bool umount; in FIXTURE() local 99 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP() 107 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpffs.c | 42 err = umount(TDIR); in fn() 43 if (CHECK(err, "umount " TDIR, "failed: %d\n", errno)) 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/ |
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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/binderfs/ |
H A D | binderfs_test.c | 95 goto umount; in __do_binderfs_test() 105 goto umount; in __do_binderfs_test() 118 goto umount; in __do_binderfs_test() 128 goto umount; in __do_binderfs_test() 139 goto umount; in __do_binderfs_test() 148 goto umount; in __do_binderfs_test() 153 goto umount; in __do_binderfs_test() 165 goto umount; in __do_binderfs_test() 173 umount: in __do_binderfs_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpffs.c | 46 err = umount(TDIR); in fn() 47 if (!ASSERT_OK(err, "umount " TDIR)) in fn() 136 umount(TDIR "/fs1"); in fn() 137 umount(TDIR "/fs2"); in fn() 140 umount(TDIR); in fn()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-multiple-procfs.c | 42 umount(procdir1); in main() 43 umount(procdir2); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-multiple-procfs.c | 42 umount(procdir1); in main() 43 umount(procdir2); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | hugetlb_reparenting_test.sh | 50 umount "$MNT" 2>/dev/null 216 umount "$MNT" 240 umount "$MNT" 248 umount $CGROUP_ROOT
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | hugetlb_reparenting_test.sh | 53 umount "$MNT" 2>/dev/null 219 umount "$MNT" 243 umount "$MNT" 251 umount $CGROUP_ROOT
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_mnt_container_002.cpp | 47 ret = umount(USERDATA_DIR_NAME); in ChildFunc() 62 ret = umount(USERDATA_DIR_NAME); in ChildFunc() 70 /* mount container clone test: mount in parent, clone with NEW_NS, umount in child */
|
H A D | It_mnt_container_004.cpp | 67 ret = umount(USERDATA_DIR_NAME); in ItMntContainer004() 86 ret = umount(USERDATA_DIR_NAME); in ItMntContainer004()
|
H A D | It_mnt_container_003.cpp | 68 ret = umount(USERDATA_DIR_NAME); in ItMntContainer003() 89 ret = umount(USERDATA_DIR_NAME); in ItMntContainer003()
|
H A D | It_mnt_container_007.cpp | 62 * unshare in child with NEW_NS, umount in child 76 ret = umount(USERDATA_DIR_NAME); in ItMntContainer007() 95 ret = umount(USERDATA_DIR_NAME); in ItMntContainer007()
|
H A D | It_container_chroot_001.cpp | 82 ret = umount(USERDATA_DIR_NAME); in ItContainerChroot001() 101 ret = umount(USERDATA_DIR_NAME); in ItContainerChroot001()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | mount.h | 54 int umount(const char *target);
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | run_cookie_uid_helper_example.sh | 9 umount ${mnt_dir}
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | run_cookie_uid_helper_example.sh | 9 umount ${mnt_dir}
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_mount.c | 309 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()
|
H A D | vfs_mount.h | 49 int (*umount)(struct MountPoint *mp);
member
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_mount.h | 27 S32 (*umount)(struct TagMountPoint *mp);
member
|