Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dxattr.c75 if (vi->xattr_isize == sizeof(struct erofs_xattr_ibody_header)) { in init_inode_xattrs()
78 vi->xattr_isize, vi->nid); in init_inode_xattrs()
81 } else if (vi->xattr_isize < sizeof(struct erofs_xattr_ibody_header)) { in init_inode_xattrs()
82 if (vi->xattr_isize) { in init_inode_xattrs()
201 if (xattr_header_sz >= vi->xattr_isize) { in inline_xattr_iter_begin()
202 DBG_BUGON(xattr_header_sz > vi->xattr_isize); in inline_xattr_iter_begin()
216 return vi->xattr_isize - xattr_header_sz; in inline_xattr_iter_begin()
H A Dinode.c92 vi->xattr_isize = erofs_xattr_ibody_size(die->i_xattr_icount); in erofs_read_inode()
132 vi->xattr_isize = erofs_xattr_ibody_size(dic->i_xattr_icount); in erofs_read_inode()
218 m_pofs += vi->xattr_isize; in erofs_fill_symlink()
H A Dzmap.c58 vi->xattr_isize, 8); in z_erofs_fill_inode_lazy()
161 vi->xattr_isize) + in legacy_load_cluster_from_disk()
323 vi->inode_isize + vi->xattr_isize, 8) + in compacted_load_cluster_from_disk()
H A Dinternal.h257 unsigned short xattr_isize; member
H A Ddata.c83 vi->xattr_isize + erofs_blkoff(map->m_la); in erofs_map_blocks_flatmode()