Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dproc.c21 int __init fscache_proc_init(void) in fscache_proc_init() function
Dinternal.h154 extern int __init fscache_proc_init(void);
157 #define fscache_proc_init() (0) macro
Dmain.c133 ret = fscache_proc_init(); in fscache_init()