Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_attr_item.h51 extern struct kmem_cache *xfs_attri_cache;
Dxfs_attr_item.c31 struct kmem_cache *xfs_attri_cache; variable
115 kmem_cache_free(xfs_attri_cache, attrip); in xfs_attri_item_free()
231 attrip = kmem_cache_zalloc(xfs_attri_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_attri_init()
Dxfs_super.c2106 xfs_attri_cache = kmem_cache_create("xfs_attri_item", in xfs_init_caches()
2109 if (!xfs_attri_cache) in xfs_init_caches()
2121 kmem_cache_destroy(xfs_attri_cache); in xfs_init_caches()
2175 kmem_cache_destroy(xfs_attri_cache); in xfs_destroy_caches()