Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c26 static struct kmem_cache *xfs_bmbt_cur_cache; variable
561 mp->m_bm_maxlevels[whichfork], xfs_bmbt_cur_cache); in xfs_bmbt_init_cursor()
692 xfs_bmbt_cur_cache = kmem_cache_create("xfs_bmbt_cur", in xfs_bmbt_init_cur_cache()
696 if (!xfs_bmbt_cur_cache) in xfs_bmbt_init_cur_cache()
704 kmem_cache_destroy(xfs_bmbt_cur_cache); in xfs_bmbt_destroy_cur_cache()
705 xfs_bmbt_cur_cache = NULL; in xfs_bmbt_destroy_cur_cache()