Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.c168 ip->i_height = 1; in gfs2_unstuff_dinode()
361 return __fillup_metapath(ip, mp, 0, ip->i_height - 1); in lookup_metapath()
541 ret = fillup_metapath(ip, mp, ip->i_height - 1); in gfs2_walk_metadata()
691 if (mp->mp_fheight == ip->i_height) { in gfs2_iomap_alloc()
698 iblks = mp->mp_fheight - ip->i_height; in gfs2_iomap_alloc()
724 for (; i - 1 < mp->mp_fheight - ip->i_height && n > 0; in gfs2_iomap_alloc()
727 if (i - 1 == mp->mp_fheight - ip->i_height) { in gfs2_iomap_alloc()
777 ip->i_height = mp->mp_fheight; in gfs2_iomap_alloc()
820 first = metapointer(ip->i_height - 1, mp); in gfs2_alloc_size()
821 end = metaend(ip->i_height - 1, mp); in gfs2_alloc_size()
[all …]
H A Dinode.h22 return !ip->i_height; in gfs2_is_stuffed()
H A Dincore.h425 u8 i_height; member
H A Dglops.c449 ip->i_height = (u8)height; in gfs2_dinode_in()
H A Dsuper.c435 str->di_height = cpu_to_be16(ip->i_height); in gfs2_dinode_out()
H A Dinode.c684 ip->i_height = 0; in gfs2_create_inode()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch218 - p_widget->i_height = luaL_checkint( L, arg );
219 + p_widget->i_height = luaL_checkinteger( L, arg );
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0007-Add-support-for-freerdp2.patch86 fmt.video.i_height = p_gdi->height;