Searched refs:xfs_bmbt_cur_cache (Results 1 – 1 of 1) sorted by relevance
25 static struct kmem_cache *xfs_bmbt_cur_cache; variable558 mp->m_bm_maxlevels[whichfork], xfs_bmbt_cur_cache); in xfs_bmbt_init_cursor()684 xfs_bmbt_cur_cache = kmem_cache_create("xfs_bmbt_cur", in xfs_bmbt_init_cur_cache()688 if (!xfs_bmbt_cur_cache) in xfs_bmbt_init_cur_cache()696 kmem_cache_destroy(xfs_bmbt_cur_cache); in xfs_bmbt_destroy_cur_cache()697 xfs_bmbt_cur_cache = NULL; in xfs_bmbt_destroy_cur_cache()
Completed in 5 milliseconds