Searched refs:xfs_trans_zone (Results 1 – 3 of 3) sorted by relevance
24 kmem_zone_t *xfs_trans_zone; variable75 kmem_zone_free(xfs_trans_zone, tp); in xfs_trans_free()94 ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); in xfs_trans_dup()267 tp = kmem_zone_zalloc(xfs_trans_zone, in xfs_trans_alloc()
245 extern kmem_zone_t *xfs_trans_zone;
1874 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans"); in xfs_init_zones()1875 if (!xfs_trans_zone) in xfs_init_zones()1976 kmem_zone_destroy(xfs_trans_zone); in xfs_init_zones()2013 kmem_zone_destroy(xfs_trans_zone); in xfs_destroy_zones()