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

/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c20 static struct kmem_cache *rcbagbt_cur_cache; variable in typeref:struct:kmem_cache
221 rcbagbt_maxlevels_possible(), rcbagbt_cur_cache);
298 rcbagbt_cur_cache = kmem_cache_create("xfs_rcbagbt_cur",
302 if (!rcbagbt_cur_cache)
310 kmem_cache_destroy(rcbagbt_cur_cache);
311 rcbagbt_cur_cache = NULL;

Completed in 104 milliseconds