Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_bmap_btree.c27 static struct kmem_cache *xfs_bmbt_cur_cache; variable
578 xfs_bmbt_cur_cache); in xfs_bmbt_init_cursor()
747 xfs_bmbt_cur_cache = kmem_cache_create("xfs_bmbt_cur", in xfs_bmbt_init_cur_cache()
751 if (!xfs_bmbt_cur_cache) in xfs_bmbt_init_cur_cache()
759 kmem_cache_destroy(xfs_bmbt_cur_cache); in xfs_bmbt_destroy_cur_cache()
760 xfs_bmbt_cur_cache = NULL; in xfs_bmbt_destroy_cur_cache()