Lines Matching refs:i_height
167 ip->i_height = 1; in gfs2_unstuff_dinode()
316 unsigned int end_of_metadata = ip->i_height - 1; in lookup_metapath()
333 return ip->i_height; in lookup_metapath()
488 if (height == ip->i_height) { in gfs2_bmap_alloc()
495 iblks = height - ip->i_height; in gfs2_bmap_alloc()
522 for (; i - 1 < height - ip->i_height && n > 0; i++, n--) in gfs2_bmap_alloc()
524 if (i - 1 == height - ip->i_height) { in gfs2_bmap_alloc()
580 ip->i_height = height; in gfs2_bmap_alloc()
637 height = ip->i_height; in gfs2_block_map()
643 if (height > ip->i_height || gfs2_is_stuffed(ip)) in gfs2_block_map()
648 if (ret != ip->i_height) in gfs2_block_map()
650 ptr = metapointer(ip->i_height - 1, &mp); in gfs2_block_map()
654 bh = mp.mp_bh[ip->i_height - 1]; in gfs2_block_map()
746 metadata = (height != ip->i_height - 1); in do_strip()
904 if (height < ip->i_height - 1) { in recursive_scan()
1088 unsigned int height = ip->i_height; in trunc_dealloc()
1098 find_metapath(sdp, lblock, &mp, ip->i_height); in trunc_dealloc()
1139 ip->i_height = 0; in trunc_end()