Lines Matching refs:mp_aheight
42 int mp_aheight; /* actual height (lookup height) */ member
297 for (hgt = 0; hgt < mp->mp_aheight; hgt++) in clone_metapath()
340 mp->mp_aheight = x + 1; in __fillup_metapath()
392 return mp->mp_aheight - x - 1; in fillup_metapath()
455 for (hgt = ip->i_height - 1; hgt >= mp->mp_aheight; hgt--) in gfs2_walk_metadata()
517 mp->mp_aheight = hgt + 1; in gfs2_walk_metadata()
538 if (mp->mp_aheight == mp->mp_fheight) in gfs2_hole_walker()
641 BUG_ON(mp->mp_aheight < 1); in gfs2_iomap_alloc()
649 if (mp->mp_fheight == mp->mp_aheight) { in gfs2_iomap_alloc()
656 iblks = mp->mp_fheight - mp->mp_aheight; in gfs2_iomap_alloc()
670 i = mp->mp_aheight; in gfs2_iomap_alloc()
774 if (gfs2_is_stuffed(ip) || mp->mp_fheight != mp->mp_aheight) { in gfs2_alloc_size()
880 if (mp->mp_aheight != ip->i_height) in gfs2_iomap_get()
985 struct metapath mp = { .mp_aheight = 1, }; in gfs2_iomap_begin_write()
1084 struct metapath mp = { .mp_aheight = 1, }; in gfs2_iomap_begin()
1189 struct metapath mp = { .mp_aheight = 1, }; in gfs2_block_map()
1426 struct metapath mp = { .mp_aheight = 1, }; in gfs2_iomap_get_alloc()
1800 for (mp_h = 0; mp_h < mp.mp_aheight - 1; mp_h++) { in punch_hole()
1806 if (mp.mp_aheight == ip->i_height) in punch_hole()
1912 if (mp.mp_aheight > 1) { in punch_hole()
1914 metapointer_range(&mp, mp.mp_aheight - ret, in punch_hole()
1923 if (mp.mp_aheight - 1 == strip_h) { in punch_hole()
1927 if (mp.mp_aheight < ip->i_height) /* We have a partial height */ in punch_hole()
1928 mp_h = mp.mp_aheight - 1; in punch_hole()