Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans.c28 struct kmem_cache *xfs_trans_cache; variable
76 kmem_cache_free(xfs_trans_cache, tp); in xfs_trans_free()
95 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
261 tp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_alloc()
H A Dxfs_trans.h250 extern struct kmem_cache *xfs_trans_cache;
H A Dxfs_super.c2086 xfs_trans_cache = kmem_cache_create("xfs_trans", in xfs_init_caches()
2089 if (!xfs_trans_cache) in xfs_init_caches()
2223 kmem_cache_destroy(xfs_trans_cache); in xfs_init_caches()
2263 kmem_cache_destroy(xfs_trans_cache); in xfs_destroy_caches()