Searched refs:xfs_trans_zone (Results 1 – 2 of 2) sorted by relevance
72 kmem_zone_t *xfs_trans_zone; variable148 ASSERT(xfs_trans_zone != NULL); in _xfs_trans_alloc()149 tp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); in _xfs_trans_alloc()179 ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); in xfs_trans_dup()1142 kmem_zone_free(xfs_trans_zone, tp); in xfs_trans_free()
80 extern kmem_zone_t *xfs_trans_zone; in xfs_init()96 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans"); in xfs_init()162 extern kmem_zone_t *xfs_trans_zone; in xfs_cleanup()197 kmem_cache_destroy(xfs_trans_zone); in xfs_cleanup()