Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drcbag_btree.c20 static struct kmem_cache *rcbagbt_cur_cache; variable
203 rcbagbt_maxlevels_possible(), rcbagbt_cur_cache); in rcbagbt_mem_cursor()
280 rcbagbt_cur_cache = kmem_cache_create("xfs_rcbagbt_cur", in rcbagbt_init_cur_cache()
284 if (!rcbagbt_cur_cache) in rcbagbt_init_cur_cache()
292 kmem_cache_destroy(rcbagbt_cur_cache); in rcbagbt_destroy_cur_cache()
293 rcbagbt_cur_cache = NULL; in rcbagbt_destroy_cur_cache()