Home
last modified time | relevance | path

Searched refs:MS_MOVE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/init/
Ddo_mounts_initrd.c45 sys_mount(".", "/", NULL, MS_MOVE, NULL); in init_linuxrc()
83 sys_mount("..", ".", NULL, MS_MOVE, NULL); in handle_initrd()
97 error = sys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
Ddo_mounts.c603 sys_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
/linux-4.4.14/security/tomoyo/
Dmount.c226 } else if (flags & MS_MOVE) { in tomoyo_mount_permission()
228 flags &= ~MS_MOVE; in tomoyo_mount_permission()
/linux-4.4.14/include/uapi/linux/
Dfs.h79 #define MS_MOVE 8192 macro
/linux-4.4.14/fs/
Dnamespace.c2722 else if (flags & MS_MOVE) in do_mount()