Searched refs:m_bm_maxlevels (Results 1 – 4 of 4) sorted by relevance
82 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)])
440 if (level > max(mp->m_bm_maxlevels[0], mp->m_bm_maxlevels[1])) in xfs_bmbt_verify()561 mp->m_bm_maxlevels[whichfork], xfs_bmbt_cur_cache); in xfs_bmbt_init_cursor()
92 mp->m_bm_maxlevels[whichfork] = level; in xfs_bmap_compute_maxlevels()93 ASSERT(mp->m_bm_maxlevels[whichfork] <= xfs_bmbt_maxlevels_ondisk()); in xfs_bmap_compute_maxlevels()
134 uint m_bm_maxlevels[2]; /* max bmap btree levels */ member