Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_refcount_item.h72 extern struct kmem_cache *xfs_cud_cache;
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()
Dxfs_super.c2143 xfs_cud_cache = kmem_cache_create("xfs_cud_item", in xfs_init_caches()
2146 if (!xfs_cud_cache) in xfs_init_caches()
2198 kmem_cache_destroy(xfs_cud_cache); in xfs_init_caches()
2247 kmem_cache_destroy(xfs_cud_cache); in xfs_destroy_caches()