/kernel/linux/linux-6.6/init/ |
H A D | do_mounts.c | 31 int root_mountflags = MS_RDONLY | MS_SILENT; variable 48 root_mountflags |= MS_RDONLY; in readonly() 56 root_mountflags &= ~MS_RDONLY; in readwrite() 274 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data)) in mount_nfs_root() 311 if (!do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 361 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root() 378 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root() 397 root_mountflags); in mount_root()
|
H A D | do_mounts.h | 15 extern int root_mountflags;
|
H A D | do_mounts_initrd.c | 99 root_mountflags & ~MS_RDONLY); in handle_initrd()
|
/kernel/linux/linux-5.10/init/ |
H A D | do_mounts.c | 31 int root_mountflags = MS_RDONLY | MS_SILENT; variable 49 root_mountflags |= MS_RDONLY; in readonly() 57 root_mountflags &= ~MS_RDONLY; in readwrite() 502 root_mountflags, root_data); in mount_nfs_root() 538 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 576 mount_block_root("/dev/root", root_mountflags); in mount_root() 607 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
|
H A D | do_mounts.h | 15 extern int root_mountflags;
|
H A D | do_mounts_initrd.c | 78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | setup.h | 23 extern int root_mountflags, end_mem;
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | setup.h | 23 extern int root_mountflags, end_mem;
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | setup.c | 76 extern int root_mountflags; 297 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_32.c | 191 extern int root_mountflags; 352 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
H A D | setup_64.c | 164 extern int root_mountflags; 658 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | setup.c | 76 extern int root_mountflags; 297 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | setup_32.c | 191 extern int root_mountflags; 351 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
H A D | setup_64.c | 164 extern int root_mountflags; 656 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kernel.h | 220 extern int root_mountflags;
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | setup.c | 156 extern int root_mountflags; 892 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | setup.c | 156 extern int root_mountflags; 950 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernel.h | 424 extern int root_mountflags;
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | setup.c | 577 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | setup.c | 532 root_mountflags &= ~MS_RDONLY; in setup_arch()
|