mp_aheight         40 fs/gfs2/bmap.c 	int mp_aheight; /* actual height (lookup height) */
mp_aheight        295 fs/gfs2/bmap.c 	for (hgt = 0; hgt < mp->mp_aheight; hgt++)
mp_aheight        338 fs/gfs2/bmap.c 	mp->mp_aheight = x + 1;
mp_aheight        390 fs/gfs2/bmap.c 	return mp->mp_aheight - x - 1;
mp_aheight        399 fs/gfs2/bmap.c 		if (hgt < mp->mp_aheight)
mp_aheight        484 fs/gfs2/bmap.c 	for (hgt = mp->mp_fheight - 1; hgt >= mp->mp_aheight; hgt--) {
mp_aheight        506 fs/gfs2/bmap.c 			BUG_ON(mp->mp_aheight == mp->mp_fheight);
mp_aheight        547 fs/gfs2/bmap.c 		mp->mp_aheight = hgt + 1;
mp_aheight        558 fs/gfs2/bmap.c 	hgt = mp->mp_aheight - 1;
mp_aheight        565 fs/gfs2/bmap.c 			if (mp->mp_aheight == mp->mp_fheight)
mp_aheight        678 fs/gfs2/bmap.c 	BUG_ON(mp->mp_aheight < 1);
mp_aheight        686 fs/gfs2/bmap.c 	if (mp->mp_fheight == mp->mp_aheight) {
mp_aheight        693 fs/gfs2/bmap.c 			iblks = mp->mp_fheight - mp->mp_aheight;
mp_aheight        707 fs/gfs2/bmap.c 	i = mp->mp_aheight;
mp_aheight        811 fs/gfs2/bmap.c 	if (gfs2_is_stuffed(ip) || mp->mp_fheight != mp->mp_aheight) {
mp_aheight        913 fs/gfs2/bmap.c 	if (mp->mp_aheight != ip->i_height)
mp_aheight        978 fs/gfs2/bmap.c 	struct metapath mp = { .mp_aheight = 1, };
mp_aheight       1157 fs/gfs2/bmap.c 	struct metapath mp = { .mp_aheight = 1, };
mp_aheight       1291 fs/gfs2/bmap.c 	struct metapath mp = { .mp_aheight = 1, };
mp_aheight       1462 fs/gfs2/bmap.c 	struct metapath mp = { .mp_aheight = 1, };
mp_aheight       1837 fs/gfs2/bmap.c 	for (mp_h = 0; mp_h < mp.mp_aheight - 1; mp_h++) {
mp_aheight       1843 fs/gfs2/bmap.c 	if (mp.mp_aheight == ip->i_height)
mp_aheight       1948 fs/gfs2/bmap.c 			if (mp.mp_aheight > 1 && strip_h == ip->i_height - 1) {
mp_aheight       1949 fs/gfs2/bmap.c 				unsigned int height = mp.mp_aheight - 1;
mp_aheight       1952 fs/gfs2/bmap.c 				if (mp.mp_aheight - 1 == strip_h)
mp_aheight       1955 fs/gfs2/bmap.c 				for (; height >= mp.mp_aheight - ret; height--) {
mp_aheight       1965 fs/gfs2/bmap.c 			if (mp.mp_aheight - 1 == strip_h) {
mp_aheight       1969 fs/gfs2/bmap.c 			if (mp.mp_aheight < ip->i_height) /* We have a partial height */
mp_aheight       1970 fs/gfs2/bmap.c 				mp_h = mp.mp_aheight - 1;