Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c737 struct kmem_cache *ceph_dentry_cachep; variable
769 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
771 if (!ceph_dentry_cachep) in init_caches()
805 kmem_cache_destroy(ceph_dentry_cachep); in init_caches()
826 kmem_cache_destroy(ceph_dentry_cachep); in destroy_caches()
H A Ddir.c43 di = kmem_cache_zalloc(ceph_dentry_cachep, GFP_KERNEL); in ceph_d_init()
1810 kmem_cache_free(ceph_dentry_cachep, di); in ceph_d_release()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dlibceph.h281 extern struct kmem_cache *ceph_dentry_cachep;