Home
last modified time | relevance | path

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

/linux-2.4.37.9/init/
Ddo_mounts.c837 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/
Dnamespace.c740 else if (flags & MS_MOVE) in do_mount()
/linux-2.4.37.9/include/linux/
Dfs.h111 #define MS_MOVE 8192 macro