Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_alloc_btree.h63 unsigned int xfs_allocbt_maxlevels_ondisk(void);
Dxfs_alloc_btree.c601 xfs_allocbt_maxlevels_ondisk(void) in xfs_allocbt_maxlevels_ondisk() function
628 xfs_btree_cur_sizeof(xfs_allocbt_maxlevels_ondisk()), in xfs_allocbt_init_cur_cache()
Dxfs_alloc.c2216 ASSERT(mp->m_alloc_maxlevels <= xfs_allocbt_maxlevels_ondisk()); in xfs_alloc_compute_maxlevels()