Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtrmap_btree.c34 static struct kmem_cache *xfs_rtrmapbt_cur_cache; variable
536 mp->m_rtrmap_maxlevels, xfs_rtrmapbt_cur_cache); in xfs_rtrmapbt_init_cursor()
642 mp->m_rtrmap_maxlevels, xfs_rtrmapbt_cur_cache); in xfs_rtrmapbt_mem_cursor()
749 xfs_rtrmapbt_cur_cache = kmem_cache_create("xfs_rtrmapbt_cur", in xfs_rtrmapbt_init_cur_cache()
753 if (!xfs_rtrmapbt_cur_cache) in xfs_rtrmapbt_init_cur_cache()
761 kmem_cache_destroy(xfs_rtrmapbt_cur_cache); in xfs_rtrmapbt_destroy_cur_cache()
762 xfs_rtrmapbt_cur_cache = NULL; in xfs_rtrmapbt_destroy_cur_cache()