Home
last modified time | relevance | path

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

/linux-6.6.21/init/
Ddo_mounts.c491 devtmpfs_mount(); in prepare_namespace()
/linux-6.6.21/include/linux/
Ddevice.h1235 int devtmpfs_mount(void);
1237 static inline int devtmpfs_mount(void) { return 0; } in devtmpfs_mount() function
/linux-6.6.21/drivers/base/
Ddevtmpfs.c360 int __init devtmpfs_mount(void) in devtmpfs_mount() function