Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.c24 kmem_zone_t *xfs_trans_zone; variable
75 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()
Dxfs_trans.h245 extern kmem_zone_t *xfs_trans_zone;
Dxfs_super.c1874 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()