Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_da_btree.h230 extern struct kmem_zone *xfs_da_state_zone;
Dxfs_da_btree.c75 kmem_zone_t *xfs_da_state_zone; /* anchor for state struct zone */ variable
87 state = kmem_cache_zalloc(xfs_da_state_zone, GFP_NOFS | __GFP_NOFAIL); in xfs_da_state_alloc()
116 kmem_cache_free(xfs_da_state_zone, state); in xfs_da_state_free()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c1932 xfs_da_state_zone = kmem_cache_create("xfs_da_state", in xfs_init_zones()
1935 if (!xfs_da_state_zone) in xfs_init_zones()
2065 kmem_cache_destroy(xfs_da_state_zone); in xfs_init_zones()
2098 kmem_cache_destroy(xfs_da_state_zone); in xfs_destroy_zones()