Searched refs:MS_MOVE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/init/ |
D | do_mounts_initrd.c | 45 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()
|
D | do_mounts.c | 603 sys_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/linux-4.4.14/security/tomoyo/ |
D | mount.c | 226 } else if (flags & MS_MOVE) { in tomoyo_mount_permission() 228 flags &= ~MS_MOVE; in tomoyo_mount_permission()
|
/linux-4.4.14/include/uapi/linux/ |
D | fs.h | 79 #define MS_MOVE 8192 macro
|
/linux-4.4.14/fs/ |
D | namespace.c | 2722 else if (flags & MS_MOVE) in do_mount()
|