Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 3 of 3) sorted by relevance

/init/
Ddo_mounts.c355 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()
Ddo_mounts_initrd.c72 current->flags |= PF_FREEZER_SKIP; in handle_initrd()
80 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
Ddo_mounts.h12 void mount_block_root(char *name, int flags);