Home
last modified time | relevance | path

Searched refs:i_height (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dbmap.c167 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()
[all …]
Dinode.h25 return !ip->i_height; in gfs2_is_stuffed()
Dincore.h403 u8 i_height; member
Dglops.c370 ip->i_height = (u8)height; in gfs2_dinode_in()
Dsuper.c720 str->di_height = cpu_to_be16(ip->i_height); in gfs2_dinode_out()
Dinode.c671 ip->i_height = 0; in gfs2_create_inode()