Searched refs:flags (Results 1 – 3 of 3) sorted by relevance
/init/ |
D | do_mounts.c | 355 static int __init do_mount_root(char *name, char *fs, int flags, void *data) in do_mount_root() argument 358 int err = sys_mount(name, "/root", fs, flags, data); in do_mount_root() 373 void __init mount_block_root(char *name, int flags) in mount_block_root() argument 388 int err = do_mount_root(name, p, flags, root_mount_data); in mount_block_root() 393 flags |= MS_RDONLY; in mount_block_root()
|
D | do_mounts_initrd.c | 72 current->flags |= PF_FREEZER_SKIP; in handle_initrd() 80 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
|
D | do_mounts.h | 12 void mount_block_root(char *name, int flags);
|