Home
last modified time | relevance | path

Searched refs:erofs_xattr_entry (Results 1 – 4 of 4) sorted by relevance

/external/erofs-utils/include/
Derofs_fs.h169 struct erofs_xattr_entry { struct
186 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument
188 static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e) in erofs_xattr_entry_size()
190 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()
319 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
/external/erofs-utils/lib/
Dxattr.c262 shared_xattrs_size += sizeof(struct erofs_xattr_entry); in shared_xattr_add()
434 ret += sizeof(struct erofs_xattr_entry); in erofs_prepare_xattr_ibody()
587 const struct erofs_xattr_entry entry = { in erofs_build_shared_xattrs_from_path()
596 sizeof(struct erofs_xattr_entry); in erofs_build_shared_xattrs_from_path()
599 p += sizeof(struct erofs_xattr_entry); in erofs_build_shared_xattrs_from_path()
646 const struct erofs_xattr_entry entry = { in erofs_export_xattr_ibody()
653 p += sizeof(struct erofs_xattr_entry); in erofs_export_xattr_ibody()
/external/erofs-utils/include/erofs/
Dxattr.h18 sizeof(struct erofs_xattr_entry) + 1; })
Dcache.h59 return sizeof(struct erofs_xattr_entry); in get_alignsize()