Searched refs:xfs_trans_cache (Results 1 – 3 of 3) sorted by relevance
28 struct kmem_cache *xfs_trans_cache; variable76 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()
250 extern struct kmem_cache *xfs_trans_cache;
2086 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()