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

/linux-master/fs/configfs/
H A Dmount.c26 struct kmem_cache *configfs_dir_cachep; variable in typeref:struct:kmem_cache
139 configfs_dir_cachep = kmem_cache_create("configfs_dir_cache",
142 if (!configfs_dir_cachep)
158 kmem_cache_destroy(configfs_dir_cachep);
159 configfs_dir_cachep = NULL;
168 kmem_cache_destroy(configfs_dir_cachep);
169 configfs_dir_cachep = NULL;
H A Dconfigfs_internal.h62 extern struct kmem_cache *configfs_dir_cachep;
140 kmem_cache_free(configfs_dir_cachep, sd);
H A Ddir.c194 sd = kmem_cache_zalloc(configfs_dir_cachep, GFP_KERNEL);
206 kmem_cache_free(configfs_dir_cachep, sd);

Completed in 194 milliseconds