Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Ddevtmpfs.c362 int devtmpfs_mount(const char *mntdir) in devtmpfs_mount() function
/Linux-v5.4/init/
Ddo_mounts.c624 devtmpfs_mount("dev"); in prepare_namespace()
/Linux-v5.4/include/linux/
Ddevice.h1638 extern int devtmpfs_mount(const char *mntdir);
1642 static inline int devtmpfs_mount(const char *mountpoint) { return 0; } in devtmpfs_mount() function