Home
last modified time | relevance | path

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

/Linux-v5.4/fs/configfs/
Dmount.c28 struct kmem_cache *configfs_dir_cachep; variable
141 configfs_dir_cachep = kmem_cache_create("configfs_dir_cache", in configfs_init()
144 if (!configfs_dir_cachep) in configfs_init()
160 kmem_cache_destroy(configfs_dir_cachep); in configfs_init()
161 configfs_dir_cachep = NULL; in configfs_init()
170 kmem_cache_destroy(configfs_dir_cachep); in configfs_exit()
171 configfs_dir_cachep = NULL; in configfs_exit()
Dconfigfs_internal.h64 extern struct kmem_cache *configfs_dir_cachep;
140 kmem_cache_free(configfs_dir_cachep, sd); in release_configfs_dirent()
Ddir.c188 sd = kmem_cache_zalloc(configfs_dir_cachep, GFP_KERNEL); in configfs_new_dirent()
200 kmem_cache_free(configfs_dir_cachep, sd); in configfs_new_dirent()