Searched refs:root_mountflags (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts.c29 int root_mountflags = MS_RDONLY | MS_SILENT; variable
51 root_mountflags |= MS_RDONLY;
59 root_mountflags &= ~MS_RDONLY;
303 do_mount_root("/dev/root", "nfs", root_mountflags, data) == 0)
364 mount_block_root("/dev/root", root_mountflags);
396 mount_block_root(root_device_name, root_mountflags);
H A Ddo_mounts.h14 extern int root_mountflags;
H A Ddo_mounts_initrd.c46 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dsetup.c29 extern int root_mountflags;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsetup_32.c192 extern int root_mountflags;
287 root_mountflags &= ~MS_RDONLY;
H A Dsetup_64.c164 extern int root_mountflags;
302 root_mountflags &= ~MS_RDONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsetup.c65 extern int root_mountflags;
238 root_mountflags &= ~MS_RDONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c71 extern int root_mountflags;
260 root_mountflags &= ~MS_RDONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c32 extern int root_mountflags;
299 root_mountflags &= ~MS_RDONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsetup.c231 extern int root_mountflags;
798 root_mountflags &= ~MS_RDONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h346 extern int root_mountflags;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c548 root_mountflags &= ~MS_RDONLY;

Completed in 96 milliseconds