Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc_btree.h64 unsigned int xfs_allocbt_maxlevels_ondisk(void);
Dxfs_alloc_btree.c587 xfs_allocbt_maxlevels_ondisk(void) in xfs_allocbt_maxlevels_ondisk() function
614 xfs_btree_cur_sizeof(xfs_allocbt_maxlevels_ondisk()), in xfs_allocbt_init_cur_cache()
Dxfs_alloc.c2395 ASSERT(mp->m_alloc_maxlevels <= xfs_allocbt_maxlevels_ondisk()); in xfs_alloc_compute_maxlevels()