Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.c915 struct kmem_cache *ceph_inode_cachep; variable
935 ceph_inode_cachep = kmem_cache_create("ceph_inode_info", in init_caches()
940 if (!ceph_inode_cachep) in init_caches()
993 kmem_cache_destroy(ceph_inode_cachep); in init_caches()
1005 kmem_cache_destroy(ceph_inode_cachep); in destroy_caches()
H A Dinode.c560 ci = alloc_inode_sb(sb, ceph_inode_cachep, GFP_NOFS); in ceph_alloc_inode()
671 kmem_cache_free(ceph_inode_cachep, ci); in ceph_free_inode()
/openbmc/linux/include/linux/ceph/
H A Dlibceph.h275 extern struct kmem_cache *ceph_inode_cachep;