Searched refs:xfs_da_state_zone (Results 1 – 3 of 3) sorted by relevance
218 extern struct kmem_zone *xfs_da_state_zone;
92 kmem_zone_t *xfs_da_state_zone; /* anchor for state struct zone */ variable101 return kmem_zone_zalloc(xfs_da_state_zone, KM_NOFS); in xfs_da_state_alloc()127 kmem_zone_free(xfs_da_state_zone, state); in xfs_da_state_free()
1656 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t), in xfs_init_zones()1658 if (!xfs_da_state_zone) in xfs_init_zones()1733 kmem_zone_destroy(xfs_da_state_zone); in xfs_init_zones()1765 kmem_zone_destroy(xfs_da_state_zone); in xfs_destroy_zones()