Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A 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()
H A Dxfs_super.c2265 xfs_attri_cache = kmem_cache_create("xfs_attri_item", in xfs_init_caches()
2268 if (!xfs_attri_cache) in xfs_init_caches()
2304 kmem_cache_destroy(xfs_attri_cache); in xfs_init_caches()
2363 kmem_cache_destroy(xfs_attri_cache); in xfs_destroy_caches()