Searched refs:root_mountflags (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/init/ |
| 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() 475 root_mountflags, root_data); in mount_nfs_root() 511 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 557 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root() 593 mount_block_root("/dev/root", root_mountflags); in mount_root() 624 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
|
| D | do_mounts.h | 15 extern int root_mountflags;
|
| D | do_mounts_initrd.c | 78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
|
| /Linux-v5.15/arch/sh/kernel/ |
| D | setup.c | 75 extern int root_mountflags; 296 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /Linux-v5.15/arch/sparc/kernel/ |
| D | setup_32.c | 191 extern int root_mountflags; 351 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| D | setup_64.c | 164 extern int root_mountflags; 656 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /Linux-v5.15/arch/arc/include/asm/ |
| D | setup.h | 23 extern int root_mountflags, end_mem;
|
| /Linux-v5.15/arch/arm/kernel/ |
| D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | setup.c | 158 extern int root_mountflags; 854 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /Linux-v5.15/include/linux/ |
| D | kernel.h | 240 extern int root_mountflags;
|
| /Linux-v5.15/arch/arc/kernel/ |
| D | setup.c | 577 root_mountflags &= ~MS_RDONLY; in setup_arch()
|