Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap_btree.c28 static struct kmem_cache *xfs_rmapbt_cur_cache; variable
540 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache); in xfs_rmapbt_init_cursor()
653 xfs_rmapbt_maxlevels_ondisk(), xfs_rmapbt_cur_cache); in xfs_rmapbt_mem_cursor()
879 xfs_rmapbt_cur_cache = kmem_cache_create("xfs_rmapbt_cur", in xfs_rmapbt_init_cur_cache()
883 if (!xfs_rmapbt_cur_cache) in xfs_rmapbt_init_cur_cache()
891 kmem_cache_destroy(xfs_rmapbt_cur_cache); in xfs_rmapbt_destroy_cur_cache()
892 xfs_rmapbt_cur_cache = NULL; in xfs_rmapbt_destroy_cur_cache()