Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c736 struct kmem_cache *ceph_cap_flush_cachep; variable
764 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
766 if (!ceph_cap_flush_cachep) in init_caches()
807 kmem_cache_destroy(ceph_cap_flush_cachep); in init_caches()
825 kmem_cache_destroy(ceph_cap_flush_cachep); in destroy_caches()
H A Dcaps.c1757 cf = kmem_cache_alloc(ceph_cap_flush_cachep, GFP_KERNEL); in ceph_alloc_cap_flush()
1768 kmem_cache_free(ceph_cap_flush_cachep, cf); in ceph_free_cap_flush()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dlibceph.h280 extern struct kmem_cache *ceph_cap_flush_cachep;