Searched refs:configfs_dir_cachep (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dmount.c41 struct kmem_cache *configfs_dir_cachep; variable in typeref:struct:kmem_cache
137 configfs_dir_cachep = kmem_cache_create("configfs_dir_cache",
140 if (!configfs_dir_cachep)
146 kmem_cache_destroy(configfs_dir_cachep);
147 configfs_dir_cachep = NULL;
155 kmem_cache_destroy(configfs_dir_cachep);
156 configfs_dir_cachep = NULL;
167 kmem_cache_destroy(configfs_dir_cachep);
168 configfs_dir_cachep = NULL;
H A Dconfigfs_internal.h52 extern struct kmem_cache *configfs_dir_cachep;
128 kmem_cache_free(configfs_dir_cachep, sd);
H A Ddir.c75 sd = kmem_cache_zalloc(configfs_dir_cachep, GFP_KERNEL);

Completed in 193 milliseconds