Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_attr_item.h53 extern struct kmem_cache *xfs_attri_cache;
Dxfs_attr_item.c32 struct kmem_cache *xfs_attri_cache; variable
140 kmem_cache_free(xfs_attri_cache, attrip); in xfs_attri_item_free()
278 attrip = kmem_cache_zalloc(xfs_attri_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_attri_init()
Dxfs_super.c2206 xfs_attri_cache = kmem_cache_create("xfs_attri_item", in xfs_init_caches()
2209 if (!xfs_attri_cache) in xfs_init_caches()
2245 kmem_cache_destroy(xfs_attri_cache); in xfs_init_caches()
2304 kmem_cache_destroy(xfs_attri_cache); in xfs_destroy_caches()