Searched refs:xfs_rmapbt_cur_cache (Results 1 – 1 of 1) sorted by relevance
25 static struct kmem_cache *xfs_rmapbt_cur_cache; variable458 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache); in xfs_rmapbt_init_common()683 xfs_rmapbt_cur_cache = kmem_cache_create("xfs_rmapbt_cur", in xfs_rmapbt_init_cur_cache()687 if (!xfs_rmapbt_cur_cache) in xfs_rmapbt_init_cur_cache()695 kmem_cache_destroy(xfs_rmapbt_cur_cache); in xfs_rmapbt_destroy_cur_cache()696 xfs_rmapbt_cur_cache = NULL; in xfs_rmapbt_destroy_cur_cache()
Completed in 3 milliseconds