i_height          168 fs/gfs2/bmap.c 	ip->i_height = 1;
i_height          361 fs/gfs2/bmap.c 	return __fillup_metapath(ip, mp, 0, ip->i_height - 1);
i_height          541 fs/gfs2/bmap.c 		ret = fillup_metapath(ip, mp, ip->i_height - 1);
i_height          691 fs/gfs2/bmap.c 		if (mp->mp_fheight == ip->i_height) {
i_height          698 fs/gfs2/bmap.c 			iblks = mp->mp_fheight - ip->i_height;
i_height          724 fs/gfs2/bmap.c 			for (; i - 1 < mp->mp_fheight - ip->i_height && n > 0;
i_height          727 fs/gfs2/bmap.c 			if (i - 1 == mp->mp_fheight - ip->i_height) {
i_height          777 fs/gfs2/bmap.c 	ip->i_height = mp->mp_fheight;
i_height          820 fs/gfs2/bmap.c 	first = metapointer(ip->i_height - 1, mp);
i_height          821 fs/gfs2/bmap.c 	end = metaend(ip->i_height - 1, mp);
i_height          902 fs/gfs2/bmap.c 	height = ip->i_height;
i_height          906 fs/gfs2/bmap.c 	if (height > ip->i_height || gfs2_is_stuffed(ip))
i_height          913 fs/gfs2/bmap.c 	if (mp->mp_aheight != ip->i_height)
i_height          916 fs/gfs2/bmap.c 	ptr = metapointer(ip->i_height - 1, mp);
i_height          920 fs/gfs2/bmap.c 	bh = mp->mp_bh[ip->i_height - 1];
i_height          940 fs/gfs2/bmap.c 		else if (height == ip->i_height)
i_height          955 fs/gfs2/bmap.c 		if (pos < size && height == ip->i_height)
i_height         1755 fs/gfs2/bmap.c 	u64 maxsize = sdp->sd_heightsize[ip->i_height];
i_height         1764 fs/gfs2/bmap.c 	unsigned int strip_h = ip->i_height - 1;
i_height         1807 fs/gfs2/bmap.c 		find_metapath(sdp, lend, &mp, ip->i_height);
i_height         1811 fs/gfs2/bmap.c 		for (mp_h = ip->i_height - 1; mp_h > 0; mp_h--) {
i_height         1818 fs/gfs2/bmap.c 	find_metapath(sdp, lblock, &mp, ip->i_height);
i_height         1821 fs/gfs2/bmap.c 	for (mp_h = ip->i_height - 1; mp_h > 0; mp_h--) {
i_height         1843 fs/gfs2/bmap.c 	if (mp.mp_aheight == ip->i_height)
i_height         1871 fs/gfs2/bmap.c 				       prev_bnr, ip->i_height, strip_h, mp_h);
i_height         1893 fs/gfs2/bmap.c 						 mp_h != ip->i_height - 1,
i_height         1948 fs/gfs2/bmap.c 			if (mp.mp_aheight > 1 && strip_h == ip->i_height - 1) {
i_height         1969 fs/gfs2/bmap.c 			if (mp.mp_aheight < ip->i_height) /* We have a partial height */
i_height         2032 fs/gfs2/bmap.c 		ip->i_height = 0;
i_height          404 fs/gfs2/glops.c 	ip->i_height = (u8)height;
i_height          423 fs/gfs2/incore.h 	u8 i_height;
i_height          665 fs/gfs2/inode.c 	ip->i_height = 0;
i_height           22 fs/gfs2/inode.h 	return !ip->i_height;
i_height          480 fs/gfs2/super.c 	str->di_height = cpu_to_be16(ip->i_height);