Searched refs:flags (Results 1 – 6 of 6) sorted by relevance
/init/ |
D | do_mounts.c | 359 const int flags, const void *data) in do_mount_root() argument 376 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root() 395 void __init mount_block_root(char *name, int flags) in mount_block_root() argument 415 err = do_mount_root(name, p, flags, root_mount_data); in mount_block_root() 435 if (!(flags & SB_RDONLY)) { in mount_block_root() 436 flags |= SB_RDONLY; in mount_block_root()
|
D | do_mounts.h | 13 void mount_block_root(char *name, int flags);
|
D | do_mounts_initrd.c | 94 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
|
D | init_task.c | 77 .flags = PF_KTHREAD,
|
D | main.c | 711 tsk->flags |= PF_NO_SETAFFINITY; in rest_init()
|
D | Kconfig | 112 except flags and fix any runtime bugs.
|