Searched refs:xfs_icreate_zone (Results 1 – 3 of 3) sorted by relevance
32 kmem_zone_t *xfs_icreate_zone; /* inode create item zone */ variable95 kmem_zone_free(xfs_icreate_zone, icp); in xfs_icreate_item_unlock()111 kmem_zone_free(xfs_icreate_zone, icp); in xfs_icreate_item_committed()171 icp = kmem_zone_zalloc(xfs_icreate_zone, KM_SLEEP); in xfs_icreate_log()
27 extern kmem_zone_t *xfs_icreate_zone; /* inode create item zone */
1709 xfs_icreate_zone = kmem_zone_init(sizeof(struct xfs_icreate_item), in xfs_init_zones()1711 if (!xfs_icreate_zone) in xfs_init_zones()1756 kmem_zone_destroy(xfs_icreate_zone); in xfs_destroy_zones()