Searched refs:MS_MOVE (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/init/ |
D | do_mounts.c | 837 sys_mount(".", "/", NULL, MS_MOVE, NULL); in handle_initrd() 849 sys_mount("/", ".", NULL, MS_MOVE, NULL); in handle_initrd() 866 error = sys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd() 937 sys_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/linux-2.4.37.9/fs/ |
D | namespace.c | 740 else if (flags & MS_MOVE) in do_mount()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 111 #define MS_MOVE 8192 macro
|