Searched refs:erofs_xattr_entry (Results 1 – 4 of 4) sorted by relevance
169 struct erofs_xattr_entry { struct186 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument188 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()
262 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()
18 sizeof(struct erofs_xattr_entry) + 1; })
59 return sizeof(struct erofs_xattr_entry); in get_alignsize()