Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trans.c24 kmem_zone_t *xfs_trans_zone; variable
75 kmem_cache_free(xfs_trans_zone, tp); in xfs_trans_free()
94 ntp = kmem_cache_zalloc(xfs_trans_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
260 tp = kmem_cache_zalloc(xfs_trans_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_alloc()
Dxfs_trans.h261 extern kmem_zone_t *xfs_trans_zone;
Dxfs_super.c1944 xfs_trans_zone = kmem_cache_create("xfs_trans", in xfs_init_zones()
1947 if (!xfs_trans_zone) in xfs_init_zones()
2061 kmem_cache_destroy(xfs_trans_zone); in xfs_init_zones()
2096 kmem_cache_destroy(xfs_trans_zone); in xfs_destroy_zones()