Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_alloc_btree.c23 static struct kmem_cache *xfs_allocbt_cur_cache; variable
483 xfs_allocbt_cur_cache); in xfs_allocbt_init_common()
627 xfs_allocbt_cur_cache = kmem_cache_create("xfs_bnobt_cur", in xfs_allocbt_init_cur_cache()
631 if (!xfs_allocbt_cur_cache) in xfs_allocbt_init_cur_cache()
639 kmem_cache_destroy(xfs_allocbt_cur_cache); in xfs_allocbt_destroy_cur_cache()
640 xfs_allocbt_cur_cache = NULL; in xfs_allocbt_destroy_cur_cache()