Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.h52 extern struct kmem_cache *xfs_attrd_cache;
H A Dxfs_attr_item.c32 struct kmem_cache *xfs_attrd_cache; variable
257 kmem_cache_free(xfs_attrd_cache, attrdp); in xfs_attrd_item_free()
864 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_trans_get_attrd()
H A Dxfs_super.c2174 xfs_attrd_cache = kmem_cache_create("xfs_attrd_item", in xfs_init_caches()
2177 if (!xfs_attrd_cache) in xfs_init_caches()
2197 kmem_cache_destroy(xfs_attrd_cache); in xfs_init_caches()
2250 kmem_cache_destroy(xfs_attrd_cache); in xfs_destroy_caches()