Home
last modified time | relevance | path

Searched refs:erofs_xattr_ibody_header (Results 1 – 3 of 3) sorted by relevance

/external/erofs-utils/include/
Derofs_fs.h153 struct erofs_xattr_ibody_header { struct
182 return sizeof(struct erofs_xattr_ibody_header) + in erofs_xattr_ibody_size()
318 BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12); in erofs_check_ondisk_layout_definitions()
/external/erofs-utils/include/erofs/
Dxattr.h17 (_size - sizeof(struct erofs_xattr_ibody_header)) / \
/external/erofs-utils/lib/
Dxattr.c426 ret = sizeof(struct erofs_xattr_ibody_header); in erofs_prepare_xattr_ibody()
614 struct erofs_xattr_ibody_header *header; in erofs_export_xattr_ibody()
622 header = (struct erofs_xattr_ibody_header *)buf; in erofs_export_xattr_ibody()
625 p = sizeof(struct erofs_xattr_ibody_header); in erofs_export_xattr_ibody()