Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c24 static struct kmem_cache *xfs_refcountbt_cur_cache; variable
328 mp->m_refc_maxlevels, xfs_refcountbt_cur_cache); in xfs_refcountbt_init_common()
523 xfs_refcountbt_cur_cache = kmem_cache_create("xfs_refcbt_cur", in xfs_refcountbt_init_cur_cache()
527 if (!xfs_refcountbt_cur_cache) in xfs_refcountbt_init_cur_cache()
535 kmem_cache_destroy(xfs_refcountbt_cur_cache); in xfs_refcountbt_destroy_cur_cache()
536 xfs_refcountbt_cur_cache = NULL; in xfs_refcountbt_destroy_cur_cache()

Completed in 3 milliseconds