• Home
  • Raw
  • Download

Lines Matching refs:mp_aheight

40 	int mp_aheight; /* actual height (lookup height) */  member
292 for (hgt = 0; hgt < mp->mp_aheight; hgt++) in clone_metapath()
335 mp->mp_aheight = x + 1; in __fillup_metapath()
387 return mp->mp_aheight - x - 1; in fillup_metapath()
396 if (hgt < mp->mp_aheight) in metapath_to_block()
481 for (hgt = mp->mp_fheight - 1; hgt >= mp->mp_aheight; hgt--) { in gfs2_walk_metadata()
503 BUG_ON(mp->mp_aheight == mp->mp_fheight); in gfs2_walk_metadata()
544 mp->mp_aheight = hgt + 1; in gfs2_walk_metadata()
555 hgt = mp->mp_aheight - 1; in gfs2_hole_walker()
562 if (mp->mp_aheight == mp->mp_fheight) in gfs2_hole_walker()
675 BUG_ON(mp->mp_aheight < 1); in gfs2_iomap_alloc()
683 if (mp->mp_fheight == mp->mp_aheight) { in gfs2_iomap_alloc()
690 iblks = mp->mp_fheight - mp->mp_aheight; in gfs2_iomap_alloc()
704 i = mp->mp_aheight; in gfs2_iomap_alloc()
808 if (gfs2_is_stuffed(ip) || mp->mp_fheight != mp->mp_aheight) { in gfs2_alloc_size()
910 if (mp->mp_aheight != ip->i_height) in gfs2_iomap_get()
975 struct metapath mp = { .mp_aheight = 1, }; in gfs2_lblk_to_dblk()
1154 struct metapath mp = { .mp_aheight = 1, }; in gfs2_iomap_begin()
1287 struct metapath mp = { .mp_aheight = 1, }; in gfs2_block_map()
1465 struct metapath mp = { .mp_aheight = 1, }; in gfs2_iomap_get_alloc()
1840 for (mp_h = 0; mp_h < mp.mp_aheight - 1; mp_h++) { in punch_hole()
1846 if (mp.mp_aheight == ip->i_height) in punch_hole()
1951 if (mp.mp_aheight > 1 && strip_h == ip->i_height - 1) { in punch_hole()
1952 unsigned int height = mp.mp_aheight - 1; in punch_hole()
1955 if (mp.mp_aheight - 1 == strip_h) in punch_hole()
1958 for (; height >= mp.mp_aheight - ret; height--) { in punch_hole()
1968 if (mp.mp_aheight - 1 == strip_h) { in punch_hole()
1972 if (mp.mp_aheight < ip->i_height) /* We have a partial height */ in punch_hole()
1973 mp_h = mp.mp_aheight - 1; in punch_hole()