Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
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()
976 kmem_cache_destroy(ceph_cap_flush_cachep); in init_caches()
997 kmem_cache_destroy(ceph_cap_flush_cachep); in destroy_caches()
Dcaps.c1807 cf = kmem_cache_alloc(ceph_cap_flush_cachep, GFP_KERNEL); in ceph_alloc_cap_flush()
1818 kmem_cache_free(ceph_cap_flush_cachep, cf); in ceph_free_cap_flush()
/Linux-v6.6/include/linux/ceph/
Dlibceph.h278 extern struct kmem_cache *ceph_cap_flush_cachep;