erofs_xattr_ibody_header 179 fs/erofs/erofs_fs.h return sizeof(struct erofs_xattr_ibody_header) + erofs_xattr_ibody_header 305 fs/erofs/erofs_fs.h BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12); erofs_xattr_ibody_header 44 fs/erofs/xattr.c struct erofs_xattr_ibody_header *ih; erofs_xattr_ibody_header 69 fs/erofs/xattr.c if (vi->xattr_isize == sizeof(struct erofs_xattr_ibody_header)) { erofs_xattr_ibody_header 75 fs/erofs/xattr.c } else if (vi->xattr_isize < sizeof(struct erofs_xattr_ibody_header)) { erofs_xattr_ibody_header 102 fs/erofs/xattr.c ih = (struct erofs_xattr_ibody_header *)(it.kaddr + it.ofs); erofs_xattr_ibody_header 114 fs/erofs/xattr.c it.ofs += sizeof(struct erofs_xattr_ibody_header); erofs_xattr_ibody_header 19 fs/erofs/xattr.h return sizeof(struct erofs_xattr_ibody_header) +