Home
last modified time | relevance | path

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

/linux/init/
H A Ddo_mounts.c493 devtmpfs_mount(); in prepare_namespace()
/linux/include/linux/
H A Ddevice.h1238 int devtmpfs_mount(void);
1240 static inline int devtmpfs_mount(void) { return 0; } in devtmpfs_mount() function
/linux/drivers/base/
H A Ddevtmpfs.c360 int __init devtmpfs_mount(void) in devtmpfs_mount() function