Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_ialloc_btree.c25 static struct kmem_cache *xfs_inobt_cur_cache; variable
438 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