Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dinternal.h299 extern int __init nfs_init_directcache(void);
H A Ddirect.c1090 * nfs_init_directcache - create a slab cache for nfs_direct_req structures in nfs_init_directcache()
1093 int __init nfs_init_directcache(void) in nfs_init_directcache()
1085 int __init nfs_init_directcache(void) nfs_init_directcache() function
H A Dinode.c2739 err = nfs_init_directcache(); in init_nfs_fs()