Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddevice.h956 int devtmpfs_mount(void);
958 static inline int devtmpfs_mount(void) { return 0; } in devtmpfs_mount() function
/Linux-v5.15/drivers/base/
Ddevtmpfs.c356 int __init devtmpfs_mount(void) in devtmpfs_mount() function
/Linux-v5.15/init/
Ddo_mounts.c647 devtmpfs_mount(); in prepare_namespace()