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

/linux-master/fs/gfs2/
H A Dbmap.c137 ip->i_height = 1;
361 return __fillup_metapath(ip, mp, 0, ip->i_height - 1);
540 ret = fillup_metapath(ip, mp, ip->i_height - 1);
689 if (mp->mp_fheight == ip->i_height) {
696 iblks = mp->mp_fheight - ip->i_height;
722 for (; i - 1 < mp->mp_fheight - ip->i_height && n > 0;
725 if (i - 1 == mp->mp_fheight - ip->i_height) {
775 ip->i_height = mp->mp_fheight;
818 first = metapointer(ip->i_height - 1, mp);
819 end = metaend(ip->i_height
[all...]
H A Dinode.h22 return !ip->i_height;
H A Dincore.h403 u8 i_height; member in struct:gfs2_inode
H A Dglops.c454 ip->i_height = (u8)height;
H A Dsuper.c422 str->di_height = cpu_to_be16(ip->i_height);
H A Dinode.c707 ip->i_height = 0;

Completed in 229 milliseconds