Searched refs:erofs_xattr_ibody_header (Results 1 – 2 of 2) sorted by relevance
204 struct erofs_xattr_ibody_header { struct250 return sizeof(struct erofs_xattr_ibody_header) + in erofs_xattr_ibody_size()454 BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12); in erofs_check_ondisk_layout_definitions()
33 struct erofs_xattr_ibody_header *ih; in erofs_init_inode_xattrs()62 if (vi->xattr_isize == sizeof(struct erofs_xattr_ibody_header)) { in erofs_init_inode_xattrs()68 } else if (vi->xattr_isize < sizeof(struct erofs_xattr_ibody_header)) { in erofs_init_inode_xattrs()102 it.pos += sizeof(struct erofs_xattr_ibody_header); in erofs_init_inode_xattrs()322 xattr_header_sz = sizeof(struct erofs_xattr_ibody_header) + in erofs_xattr_iter_inline()