Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_attr_item.h52 extern struct kmem_cache *xfs_attrd_cache;
Dxfs_attr_item.c32 struct kmem_cache *xfs_attrd_cache; variable
257 kmem_cache_free(xfs_attrd_cache, attrdp); in xfs_attrd_item_free()
793 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_trans_get_attrd()
Dxfs_super.c2167 xfs_attrd_cache = kmem_cache_create("xfs_attrd_item", in xfs_init_caches()
2170 if (!xfs_attrd_cache) in xfs_init_caches()
2190 kmem_cache_destroy(xfs_attrd_cache); in xfs_init_caches()
2243 kmem_cache_destroy(xfs_attrd_cache); in xfs_destroy_caches()