Home
last modified time | relevance | path

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

/Linux-v6.6/init/
Ddo_mounts.c491 devtmpfs_mount(); in prepare_namespace()
/Linux-v6.6/include/linux/
Ddevice.h1233 int devtmpfs_mount(void);
1235 static inline int devtmpfs_mount(void) { return 0; } in devtmpfs_mount() function
/Linux-v6.6/drivers/base/
Ddevtmpfs.c360 int __init devtmpfs_mount(void) in devtmpfs_mount() function