Searched refs:MS_MOVE (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts_initrd.c52 sys_mount(".", "/", NULL, MS_MOVE, NULL);
70 sys_mount("/", ".", NULL, MS_MOVE, NULL);
86 error = sys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL);
H A Ddo_mounts.c425 sys_mount(".", "/", NULL, MS_MOVE, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c23 #ifndef MS_MOVE
24 #define MS_MOVE 8192 macro
108 if (mount(".", "/", NULL, MS_MOVE, NULL) || chroot("."))
H A Dmount.c104 {"move", MS_MOVE},
1451 && !(vfsflags & (MS_REMOUNT | MS_BIND | MS_MOVE))
1475 if (mp->mnt_type || (vfsflags & (MS_REMOUNT | MS_BIND | MS_MOVE)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dplatform.h296 #ifndef MS_MOVE
297 #define MS_MOVE (1<<13) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dmount.c208 if (flags & MS_MOVE) {
210 flags &= ~MS_MOVE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dmount.cifs.c58 #ifndef MS_MOVE
59 #define MS_MOVE 8192 macro
960 #ifdef MS_MOVE
961 flags |= MS_MOVE;
964 "option 'm' (MS_MOVE) not supported\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnamespace.c2066 else if (flags & MS_MOVE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h197 #define MS_MOVE 8192 macro

Completed in 88 milliseconds