Home
last modified time | relevance | path

Searched refs:xfs_da_state_zone (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.h218 extern struct kmem_zone *xfs_da_state_zone;
Dxfs_da_btree.c92 kmem_zone_t *xfs_da_state_zone; /* anchor for state struct zone */ variable
101 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()
/linux-4.1.27/fs/xfs/
Dxfs_super.c1656 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()