Home
last modified time | relevance | path

Searched refs:MNT_DETACH (Results 1 – 10 of 10) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dmount.h48 #define MNT_DETACH 2 macro
/kernel/linux/linux-5.10/init/
Ddo_mounts_initrd.c120 init_umount("/old", MNT_DETACH); in handle_initrd()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c156 ret = umount2(binderfs_mntpt, MNT_DETACH); in __do_binderfs_test()
428 ret = umount2(binderfs_mntpt, MNT_DETACH); in TEST()
/kernel/linux/linux-5.10/samples/seccomp/
Duser-trap.c348 if (umount2("/tmp/foo", MNT_DETACH) < 0 && errno != EINVAL) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_fdinfo_test.c235 (void)umount2("/proc", MNT_DETACH); in child_fdinfo_nspid_test()
Dpidfd_test.c202 (void)umount2("/proc", MNT_DETACH); in test_pidfd_send_signal_recycled_pid_fail()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dautomount-support.rst85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/kernel/linux/linux-5.10/fs/
Dnamespace.c1577 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()
1618 if (&mnt->mnt == current->fs->root.mnt && !(flags & MNT_DETACH)) { in do_umount()
1637 if (flags & MNT_DETACH) { in do_umount()
1757 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c335 flags = MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW; in FatfsUmount2()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1387 #define MNT_DETACH 0x00000002 /* Just detach from the tree */ macro