Searched refs:xfs_allocbt_cur_cache (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c24 static struct kmem_cache *xfs_allocbt_cur_cache; variable in typeref:struct:kmem_cache
558 mp->m_alloc_maxlevels, xfs_allocbt_cur_cache);
584 mp->m_alloc_maxlevels, xfs_allocbt_cur_cache);
677 xfs_allocbt_cur_cache = kmem_cache_create("xfs_bnobt_cur",
681 if (!xfs_allocbt_cur_cache)
689 kmem_cache_destroy(xfs_allocbt_cur_cache);
690 xfs_allocbt_cur_cache = NULL;

Completed in 111 milliseconds