Symbol: umount2
samples/seccomp/user-trap.c
352
if (umount2("/tmp/foo", MNT_DETACH) < 0 && errno != EINVAL) {
tools/testing/selftests/bpf/prog_tests/connect_ping.c
177
umount2("/sys", MNT_DETACH);
tools/testing/selftests/filesystems/binderfs/binderfs_test.c
175
ret = umount2(binderfs_mntpt, MNT_DETACH);
tools/testing/selftests/filesystems/binderfs/binderfs_test.c
448
ret = umount2(binderfs_mntpt, MNT_DETACH);
tools/testing/selftests/filesystems/file_stressor.c
105
umount2("/slab_typesafe_by_rcu", 0);
tools/testing/selftests/filesystems/fuse/fusectl_test.c
100
umount2(self->fuse_mountpoint, MNT_DETACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
110
EXPECT_EQ(umount2(self->root_mntpoint, MNT_DETACH), 0);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
319
ret = umount2("/", MNT_DETACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
470
umount2("/a", MNT_DETACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
137
EXPECT_EQ(umount2(self->root_mntpoint, MNT_DETACH), 0);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
346
ret = umount2("/", MNT_DETACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
497
umount2("/a", MNT_DETACH);
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
756
if (umount2(mnt_point, MNT_DETACH) == 0) {
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
873
if (umount2(mnt_point, MNT_DETACH) != 0) {
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
965
umount2(self->tmpdir, MNT_DETACH);
tools/testing/selftests/filesystems/overlayfs/set_layers_via_fds.c
38
umount2("/set_layers_via_fds", 0);
tools/testing/selftests/filesystems/overlayfs/set_layers_via_fds.c
41
umount2("/set_layers_via_fds_tmpfs", 0);
tools/testing/selftests/filesystems/statmount/statmount_test.c
132
umount2(root_mntpoint, MNT_DETACH);
tools/testing/selftests/filesystems/statmount/statmount_test.c
798
umount2(subdir, MNT_DETACH);
tools/testing/selftests/filesystems/statmount/statmount_test.c
801
umount2(tmpdir, MNT_DETACH);
tools/testing/selftests/filesystems/statmount/statmount_test.c
842
if (umount2(tmpdir, MNT_DETACH)) {
tools/testing/selftests/filesystems/statmount/statmount_test.c
883
umount2(subdir, MNT_DETACH);
tools/testing/selftests/filesystems/statmount/statmount_test.c
886
umount2(tmpdir, MNT_DETACH);
tools/testing/selftests/filesystems/statmount/statmount_test_ns.c
187
if (umount2(mnt, MNT_DETACH)) {
tools/testing/selftests/filesystems/statmount/statmount_test_ns.c
216
umount2(mnt, MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1002
(void)umount2("/mnt", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1003
(void)umount2("/tmp", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1056
(void)umount2("/mnt/A", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1057
(void)umount2("/tmp", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1463
(void)umount2("/mnt/A", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1772
ASSERT_EQ(umount2("/mnt/open_tree_subfolder", 0), 0);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1918
ASSERT_EQ(umount2("/tmp/target1", MNT_DETACH), 0);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
377
(void)umount2("/mnt", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
378
(void)umount2("/tmp", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
430
(void)umount2("/mnt/A", MNT_DETACH);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
431
(void)umount2("/tmp", MNT_DETACH);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
223
umount2("/tmp", MNT_DETACH);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
244
umount2("/tmp", MNT_DETACH);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
264
umount2("/tmp", MNT_DETACH);
tools/testing/selftests/pid_namespace/pid_max.c
170
umount2("/proc", MNT_DETACH);
tools/testing/selftests/pid_namespace/pid_max.c
239
umount2("/proc", MNT_DETACH);
tools/testing/selftests/pid_namespace/pid_max.c
296
umount2("/proc", MNT_DETACH);
tools/testing/selftests/pid_namespace/pid_max.c
49
umount2("/proc", MNT_DETACH);
tools/testing/selftests/pid_namespace/pid_max.c
95
umount2("/proc", MNT_DETACH);
tools/testing/selftests/pidfd/pidfd_bind_mount.c
49
ASSERT_EQ(umount2(self->template, 0), 0);
tools/testing/selftests/pidfd/pidfd_fdinfo_test.c
237
(void)umount2("/proc", MNT_DETACH);
tools/testing/selftests/pidfd/pidfd_test.c
255
(void)umount2("/proc", MNT_DETACH);