Searched refs:xfs_trans_zone (Results 1 – 3 of 3) sorted by relevance
57 kmem_zone_t *xfs_trans_zone; variable251 tp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); in _xfs_trans_alloc()276 ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); in xfs_trans_dup()1217 kmem_zone_free(xfs_trans_zone, tp); in xfs_trans_free()
978 extern kmem_zone_t *xfs_trans_zone;
1726 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans"); in xfs_init_zones()1727 if (!xfs_trans_zone) in xfs_init_zones()1787 kmem_zone_destroy(xfs_trans_zone); in xfs_init_zones()1819 kmem_zone_destroy(xfs_trans_zone); in xfs_destroy_zones()