Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_refcount_item.h72 extern struct kmem_zone *xfs_cud_zone;
Dxfs_refcount_item.c25 kmem_zone_t *xfs_cud_zone; variable
207 kmem_cache_free(xfs_cud_zone, cudp); in xfs_cud_item_release()
224 cudp = kmem_cache_zalloc(xfs_cud_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
Dxfs_super.c1979 xfs_cud_zone = kmem_cache_create("xfs_cud_item", in xfs_init_zones()
1982 if (!xfs_cud_zone) in xfs_init_zones()
2010 kmem_cache_destroy(xfs_cud_zone); in xfs_init_zones()
2054 kmem_cache_destroy(xfs_cud_zone); in xfs_destroy_zones()