Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddevice.h1183 int devtmpfs_mount(void);
1185 static inline int devtmpfs_mount(void) { return 0; } in devtmpfs_mount() function
/linux-6.15/init/
H A Ddo_mounts.c493 devtmpfs_mount(); in prepare_namespace()
/linux-6.15/drivers/base/
H A Ddevtmpfs.c365 int __init devtmpfs_mount(void) in devtmpfs_mount() function