Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c57 kmem_zone_t *xfs_trans_zone; variable
251 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()
Dxfs_trans.h978 extern kmem_zone_t *xfs_trans_zone;
/fs/xfs/linux-2.6/
Dxfs_super.c1726 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()