Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevice.h1169 int devtmpfs_mount(void);
1171 static inline int devtmpfs_mount(void) { return 0; } in devtmpfs_mount() function
/linux/init/
H A Ddo_mounts.c485 devtmpfs_mount(); in prepare_namespace()