Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/ !
Dxfs_refcount_item.h72 extern struct kmem_cache *xfs_cud_cache;
Dxfs_refcount_item.c25 struct kmem_cache *xfs_cud_cache; variable
210 kmem_cache_free(xfs_cud_cache, cudp); in xfs_cud_item_release()
236 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
Dxfs_super.c2076 xfs_cud_cache = kmem_cache_create("xfs_cud_item", in xfs_init_caches()
2079 if (!xfs_cud_cache) in xfs_init_caches()
2131 kmem_cache_destroy(xfs_cud_cache); in xfs_init_caches()
2180 kmem_cache_destroy(xfs_cud_cache); in xfs_destroy_caches()