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
515 mp->m_rtrmap_maxlevels, xfs_rtrmapbt_cur_cache); in xfs_rtrmapbt_init_cursor()
621 mp->m_rtrmap_maxlevels, xfs_rtrmapbt_cur_cache); in xfs_rtrmapbt_mem_cursor()
728 xfs_rtrmapbt_cur_cache = kmem_cache_create("xfs_rtrmapbt_cur", in xfs_rtrmapbt_init_cur_cache()
732 if (!xfs_rtrmapbt_cur_cache) in xfs_rtrmapbt_init_cur_cache()
740 kmem_cache_destroy(xfs_rtrmapbt_cur_cache); in xfs_rtrmapbt_destroy_cur_cache()
741 xfs_rtrmapbt_cur_cache = NULL; in xfs_rtrmapbt_destroy_cur_cache()