Searched refs:root_mountflags (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/init/ |
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()
|
D | do_mounts.h | 15 extern int root_mountflags;
|
D | do_mounts_initrd.c | 99 root_mountflags & ~MS_RDONLY); in handle_initrd()
|
/Linux-v6.6/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-v6.6/arch/sh/kernel/ |
D | setup.c | 76 extern int root_mountflags; 297 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/Linux-v6.6/arch/arc/include/asm/ |
D | setup.h | 23 extern int root_mountflags, end_mem;
|
/Linux-v6.6/arch/arm/kernel/ |
D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
/Linux-v6.6/include/linux/ |
D | kernel.h | 220 extern int root_mountflags;
|
/Linux-v6.6/arch/x86/kernel/ |
D | setup.c | 156 extern int root_mountflags; 950 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
/Linux-v6.6/arch/arc/kernel/ |
D | setup.c | 534 root_mountflags &= ~MS_RDONLY; in setup_arch()
|