Searched refs:xfs_icreate_zone (Results 1 – 3 of 3) sorted by relevance
15 kmem_zone_t *xfs_icreate_zone; /* inode create item zone */ variable58 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()
15 extern kmem_zone_t *xfs_icreate_zone; /* inode create item zone */
1925 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()