Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Drcbag_btree.c20 static struct kmem_cache *rcbagbt_cur_cache; variable
221 rcbagbt_maxlevels_possible(), rcbagbt_cur_cache); in rcbagbt_mem_cursor()
298 rcbagbt_cur_cache = kmem_cache_create("xfs_rcbagbt_cur", in rcbagbt_init_cur_cache()
302 if (!rcbagbt_cur_cache) in rcbagbt_init_cur_cache()
310 kmem_cache_destroy(rcbagbt_cur_cache); in rcbagbt_destroy_cur_cache()
311 rcbagbt_cur_cache = NULL; in rcbagbt_destroy_cur_cache()