configfs_dir_cachep   64 fs/configfs/configfs_internal.h extern struct kmem_cache *configfs_dir_cachep;
configfs_dir_cachep  140 fs/configfs/configfs_internal.h 		kmem_cache_free(configfs_dir_cachep, sd);
configfs_dir_cachep  188 fs/configfs/dir.c 	sd = kmem_cache_zalloc(configfs_dir_cachep, GFP_KERNEL);
configfs_dir_cachep  200 fs/configfs/dir.c 		kmem_cache_free(configfs_dir_cachep, sd);
configfs_dir_cachep   28 fs/configfs/mount.c struct kmem_cache *configfs_dir_cachep;
configfs_dir_cachep  141 fs/configfs/mount.c 	configfs_dir_cachep = kmem_cache_create("configfs_dir_cache",
configfs_dir_cachep  144 fs/configfs/mount.c 	if (!configfs_dir_cachep)
configfs_dir_cachep  160 fs/configfs/mount.c 	kmem_cache_destroy(configfs_dir_cachep);
configfs_dir_cachep  161 fs/configfs/mount.c 	configfs_dir_cachep = NULL;
configfs_dir_cachep  170 fs/configfs/mount.c 	kmem_cache_destroy(configfs_dir_cachep);
configfs_dir_cachep  171 fs/configfs/mount.c 	configfs_dir_cachep = NULL;