Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_trans.c28 struct kmem_cache *xfs_trans_cache; variable
79 kmem_cache_free(xfs_trans_cache, tp); in xfs_trans_free()
98 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
266 tp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_alloc()
A Dxfs_trans.h240 extern struct kmem_cache *xfs_trans_cache;
A Dxfs_super.c1993 xfs_trans_cache = kmem_cache_create("xfs_trans", in xfs_init_caches()
1996 if (!xfs_trans_cache) in xfs_init_caches()
2110 kmem_cache_destroy(xfs_trans_cache); in xfs_init_caches()
2145 kmem_cache_destroy(xfs_trans_cache); in xfs_destroy_caches()

Completed in 10 milliseconds