Searched refs:xfs_icreate_zone (Results 1 – 3 of 3) sorted by relevance
23 kmem_zone_t *xfs_icreate_zone; /* inode create item zone */ variable66 kmem_cache_free(xfs_icreate_zone, ICR_ITEM(lip)); in xfs_icreate_item_release()100 icp = kmem_cache_zalloc(xfs_icreate_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_icreate_log()
15 extern kmem_zone_t *xfs_icreate_zone; /* inode create item zone */
1961 xfs_icreate_zone = kmem_cache_create("xfs_icr", in xfs_init_zones()1964 if (!xfs_icreate_zone) in xfs_init_zones()2016 kmem_cache_destroy(xfs_icreate_zone); in xfs_init_zones()2057 kmem_cache_destroy(xfs_icreate_zone); in xfs_destroy_zones()