Searched refs:xfs_trans_zone (Results 1 – 3 of 3) sorted by relevance
24 kmem_zone_t *xfs_trans_zone; variable75 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()
261 extern kmem_zone_t *xfs_trans_zone;
1944 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()