Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_attr_item.c33 struct kmem_cache *xfs_attrd_cache; variable
304 kmem_cache_free(xfs_attrd_cache, attrdp); in xfs_attrd_item_free()
861 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_attr_create_done()
H A Dxfs_super.c2200 xfs_attrd_cache = kmem_cache_create("xfs_attrd_item", in xfs_init_caches()
2203 if (!xfs_attrd_cache) in xfs_init_caches()
2247 kmem_cache_destroy(xfs_attrd_cache); in xfs_init_caches()
2305 kmem_cache_destroy(xfs_attrd_cache); in xfs_destroy_caches()