m_refc_maxlevels  223 fs/xfs/libxfs/xfs_refcount_btree.c 	} else if (level >= mp->m_refc_maxlevels)
m_refc_maxlevels  370 fs/xfs/libxfs/xfs_refcount_btree.c 	mp->m_refc_maxlevels = xfs_btree_compute_maxlevels(
m_refc_maxlevels   77 fs/xfs/libxfs/xfs_trans_resv.c 		blocks += num_ops * (2 * mp->m_refc_maxlevels - 1);
m_refc_maxlevels  144 fs/xfs/xfs_mount.h 	uint			m_refc_maxlevels; /* max refcount btree level */
m_refc_maxlevels  517 fs/xfs/xfs_refcount_item.c 			mp->m_refc_maxlevels * 2, 0, XFS_TRANS_RESERVE, &tp);