Searched refs:xfs_da_state_zone (Results 1 – 3 of 3) sorted by relevance
203 extern struct kmem_zone *xfs_da_state_zone;
81 kmem_zone_t *xfs_da_state_zone; /* anchor for state struct zone */ variable90 return kmem_zone_zalloc(xfs_da_state_zone, KM_NOFS); in xfs_da_state_alloc()116 kmem_zone_free(xfs_da_state_zone, state); in xfs_da_state_free()
1858 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t), in xfs_init_zones()1860 if (!xfs_da_state_zone) in xfs_init_zones()1973 kmem_zone_destroy(xfs_da_state_zone); in xfs_init_zones()2008 kmem_zone_destroy(xfs_da_state_zone); in xfs_destroy_zones()