Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icreate_item.c15 kmem_zone_t *xfs_icreate_zone; /* inode create item zone */ variable
58 kmem_zone_free(xfs_icreate_zone, ICR_ITEM(lip)); in xfs_icreate_item_release()
92 icp = kmem_zone_zalloc(xfs_icreate_zone, 0); in xfs_icreate_log()
Dxfs_icreate_item.h15 extern kmem_zone_t *xfs_icreate_zone; /* inode create item zone */
Dxfs_super.c1925 xfs_icreate_zone = kmem_zone_init(sizeof(struct xfs_icreate_item), in xfs_init_zones()
1927 if (!xfs_icreate_zone) in xfs_init_zones()
1976 kmem_zone_destroy(xfs_icreate_zone); in xfs_init_zones()
2019 kmem_zone_destroy(xfs_icreate_zone); in xfs_destroy_zones()