Home
last modified time | relevance | path

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

/linux-4.4.14/fs/configfs/
Dmount.c41 struct kmem_cache *configfs_dir_cachep; variable
136 configfs_dir_cachep = kmem_cache_create("configfs_dir_cache", in configfs_init()
139 if (!configfs_dir_cachep) in configfs_init()
155 kmem_cache_destroy(configfs_dir_cachep); in configfs_init()
156 configfs_dir_cachep = NULL; in configfs_init()
165 kmem_cache_destroy(configfs_dir_cachep); in configfs_exit()
166 configfs_dir_cachep = NULL; in configfs_exit()
Dconfigfs_internal.h67 extern struct kmem_cache *configfs_dir_cachep;
144 kmem_cache_free(configfs_dir_cachep, sd); in release_configfs_dirent()
Ddir.c177 sd = kmem_cache_zalloc(configfs_dir_cachep, GFP_KERNEL); in configfs_new_dirent()
190 kmem_cache_free(configfs_dir_cachep, sd); in configfs_new_dirent()