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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Ddo_mounts.c25 int root_mountflags = MS_RDONLY | MS_SILENT; variable
42 root_mountflags |= MS_RDONLY;
50 root_mountflags &= ~MS_RDONLY;
346 do_mount_root("/dev/root", "nfs", root_mountflags, data) == 0)
407 mount_block_root("/dev/root", root_mountflags);
433 mount_block_root(root_device_name, root_mountflags);
H A Ddo_mounts.h13 extern int root_mountflags;
H A Ddo_mounts_initrd.c49 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/kernel/
H A Dsetup.c29 extern int root_mountflags;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsetup.c74 extern int root_mountflags;
183 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsetup.c65 extern int root_mountflags;
235 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsetup.c226 extern int root_mountflags;
315 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsetup.c205 extern int root_mountflags;
340 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dsetup.c52 extern int root_mountflags;
328 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsetup.c58 extern int root_mountflags;
280 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsetup.c32 extern int root_mountflags;
277 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dsetup.c126 extern int root_mountflags;
535 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c103 extern int root_mountflags;
243 root_mountflags &= ~MS_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c59 extern int root_mountflags;
606 root_mountflags &= ~MS_RDONLY;

Completed in 193 milliseconds