Home
last modified time | relevance | path

Searched refs:inode_isize (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/erofs/
Dinode.c35 vi->inode_isize = sizeof(struct erofs_inode_extended); in erofs_read_inode()
74 vi->inode_isize = sizeof(struct erofs_inode_compact); in erofs_read_inode()
149 m_pofs += vi->inode_isize + vi->xattr_isize; in erofs_fill_symlink()
Dzmap.c51 pos = ALIGN(iloc(EROFS_SB(sb), vi->nid) + vi->inode_isize + in fill_inode_lazy()
148 Z_EROFS_VLE_LEGACY_INDEX_ALIGN(ibase + vi->inode_isize + in vle_legacy_load_cluster_from_disk()
266 vi->inode_isize + vi->xattr_isize, 8) + in compacted_load_cluster_from_disk()
Dxattr.c89 it.blkaddr = erofs_blknr(iloc(sbi, vi->nid) + vi->inode_isize); in init_inode_xattrs()
90 it.ofs = erofs_blkoff(iloc(sbi, vi->nid) + vi->inode_isize); in init_inode_xattrs()
198 inline_xattr_ofs = vi->inode_isize + xattr_header_sz; in inline_xattr_iter_begin()
Dinternal.h228 unsigned char inode_isize; member
Ddata.c80 map->m_pa = iloc(sbi, vi->nid) + vi->inode_isize + in erofs_map_blocks_flatmode()