Searched refs:xfs_inobt_cur_cache (Results 1 – 1 of 1) sorted by relevance
25 static struct kmem_cache *xfs_inobt_cur_cache; variable438 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache); in xfs_inobt_init_common()814 xfs_inobt_cur_cache = kmem_cache_create("xfs_inobt_cur", in xfs_inobt_init_cur_cache()818 if (!xfs_inobt_cur_cache) in xfs_inobt_init_cur_cache()826 kmem_cache_destroy(xfs_inobt_cur_cache); in xfs_inobt_destroy_cur_cache()827 xfs_inobt_cur_cache = NULL; in xfs_inobt_destroy_cur_cache()
Completed in 5 milliseconds