Searched refs:MAX_HEIGHT (Results 1 – 1 of 1) sorted by relevance
752 && B_LEVEL(p_s_bh) <= MAX_HEIGHT)1138 #define MAX_HEIGHT 5 /* maximal height of a tree. don't change this without changing JOURNAL_PER_B… macro1334 struct buffer_head *L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */1335 struct buffer_head *R[MAX_HEIGHT]; /* array of right neighbors of nodes in the path */1336 struct buffer_head *FL[MAX_HEIGHT]; /* array of fathers of the left neighbors */1337 struct buffer_head *FR[MAX_HEIGHT]; /* array of fathers of the right neighbors */1338 …struct buffer_head *CFL[MAX_HEIGHT]; /* array of common parents of center node and its left neighb…1339 …struct buffer_head *CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neigh…1345 int lnum[MAX_HEIGHT]; /* array of number of items which must be1354 int rnum[MAX_HEIGHT]; /* substitute right for left in comment above */[all …]