Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandan.babu@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
···9292#define XFS_BTREE_STATS_ADD(cur, stat, val) \9393 XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val)94949595-#define XFS_BTREE_MAXLEVELS 9 /* max of all btrees */9696-9795/*9896 * The btree cursor zone hands out cursors that can handle up to this many9997 * levels. This is the known maximum for all btree types.