Home
last modified time | relevance | path

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

/linux-4.1.27/init/
Ddo_mounts_initrd.c107 sys_umount("/old", MNT_DETACH); in handle_initrd()
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt105 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/linux-4.1.27/fs/
Dnamespace.c1456 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()
1497 if (&mnt->mnt == current->fs->root.mnt && !(flags & MNT_DETACH)) { in do_umount()
1515 if (flags & MNT_DETACH) { in do_umount()
1591 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in SYSCALL_DEFINE2()
/linux-4.1.27/include/linux/
Dfs.h1246 #define MNT_DETACH 0x00000002 /* Just detach from the tree */ macro