Searched refs:erofs_xattr_ibody_header (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/erofs/
H A Derofs_fs.h195 * erofs_xattr_ibody_header(1) + (n - 1) * 4 bytes
201 * inline xattrs must starts in erofs_xattr_ibody_header,
204 struct erofs_xattr_ibody_header { struct
250 return sizeof(struct erofs_xattr_ibody_header) +
442 BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12);
H A Dxattr.c33 struct erofs_xattr_ibody_header *ih;
56 * sizeof(struct erofs_xattr_ibody_header), in detail:
57 * 1) it is not enough to contain erofs_xattr_ibody_header then
59 * 2) it is just to contain erofs_xattr_ibody_header, which is on-disk
62 if (vi->xattr_isize == sizeof(struct erofs_xattr_ibody_header)) {
68 } else if (vi->xattr_isize < sizeof(struct erofs_xattr_ibody_header)) {
102 it.pos += sizeof(struct erofs_xattr_ibody_header);
328 xattr_header_sz = sizeof(struct erofs_xattr_ibody_header) +

Completed in 212 milliseconds