Searched refs:m_bm_maxlevels (Results 1 – 4 of 4) sorted by relevance
436 if (level > max(mp->m_bm_maxlevels[0], mp->m_bm_maxlevels[1])) in xfs_bmbt_verify()682 maxlevels = mp->m_bm_maxlevels[XFS_DATA_FORK]; in xfs_bmbt_init_cursor()685 maxlevels = mp->m_bm_maxlevels[whichfork]; in xfs_bmbt_init_cursor()
19 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)])
97 mp->m_bm_maxlevels[whichfork] = level; in xfs_bmap_compute_maxlevels()98 ASSERT(mp->m_bm_maxlevels[whichfork] <= xfs_bmbt_maxlevels_ondisk()); in xfs_bmap_compute_maxlevels()
168 uint m_bm_maxlevels[2]; /* max bmap btree levels */ member