Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_refcount_item.h72 extern struct kmem_cache *xfs_cud_cache;
H A Dxfs_refcount_item.c26 struct kmem_cache *xfs_cud_cache; variable
211 kmem_cache_free(xfs_cud_cache, cudp); in xfs_cud_item_release()
237 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
H A Dxfs_super.c2149 xfs_cud_cache = kmem_cache_create("xfs_cud_item", in xfs_init_caches()
2152 if (!xfs_cud_cache) in xfs_init_caches()
2204 kmem_cache_destroy(xfs_cud_cache); in xfs_init_caches()
2253 kmem_cache_destroy(xfs_cud_cache); in xfs_destroy_caches()