Home
last modified time | relevance | path

Searched refs:prepare_namespace (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/Documentation/early-userspace/
DREADME130 initrd. init/main.c:init() will call prepare_namespace() to mount the
138 mounted and executed via prepare_namespace().
140 c) using initramfs. The call to prepare_namespace() must be skipped.
144 is responsible to do all the things prepare_namespace() would do.
148 init/main.c:init() will run prepare_namespace() to mount the final root
/linux-4.1.27/include/linux/
Dinit.h152 void prepare_namespace(void);
/linux-4.1.27/init/
Ddo_mounts.c544 void __init prepare_namespace(void) in prepare_namespace() function
Dmain.c1020 prepare_namespace(); in kernel_init_freeable()