Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.c908 struct kmem_cache *ceph_cap_flush_cachep; variable
939 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
941 if (!ceph_cap_flush_cachep) in init_caches()
977 kmem_cache_destroy(ceph_cap_flush_cachep); in init_caches()
998 kmem_cache_destroy(ceph_cap_flush_cachep); in destroy_caches()
H A Dcaps.c1811 cf = kmem_cache_alloc(ceph_cap_flush_cachep, GFP_KERNEL); in ceph_alloc_cap_flush()
1822 kmem_cache_free(ceph_cap_flush_cachep, cf); in ceph_free_cap_flush()
/openbmc/linux/include/linux/ceph/
H A Dlibceph.h278 extern struct kmem_cache *ceph_cap_flush_cachep;