Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc_btree.c26 static struct kmem_cache *xfs_inobt_cur_cache; variable
485 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache); in xfs_inobt_init_cursor()
511 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache); in xfs_finobt_init_cursor()
821 xfs_inobt_cur_cache = kmem_cache_create("xfs_inobt_cur", in xfs_inobt_init_cur_cache()
825 if (!xfs_inobt_cur_cache) in xfs_inobt_init_cur_cache()
833 kmem_cache_destroy(xfs_inobt_cur_cache); in xfs_inobt_destroy_cur_cache()
834 xfs_inobt_cur_cache = NULL; in xfs_inobt_destroy_cur_cache()