Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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()
819 xfs_inobt_cur_cache = kmem_cache_create("xfs_inobt_cur", in xfs_inobt_init_cur_cache()
823 if (!xfs_inobt_cur_cache) in xfs_inobt_init_cur_cache()
831 kmem_cache_destroy(xfs_inobt_cur_cache); in xfs_inobt_destroy_cur_cache()
832 xfs_inobt_cur_cache = NULL; in xfs_inobt_destroy_cur_cache()