Searched refs:erofs_xattr_entry (Results 1 – 3 of 3) sorted by relevance
225 struct erofs_xattr_entry { struct249 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument251 static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e) in erofs_xattr_entry_size()253 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()441 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
202 struct erofs_xattr_entry entry; in erofs_listxattr_foreach()208 entry = *(struct erofs_xattr_entry *)it->kaddr; in erofs_listxattr_foreach()209 it->pos += sizeof(struct erofs_xattr_entry); in erofs_listxattr_foreach()254 struct erofs_xattr_entry entry; in erofs_getxattr_foreach()258 entry = *(struct erofs_xattr_entry *)it->kaddr; in erofs_getxattr_foreach()259 it->pos += sizeof(struct erofs_xattr_entry); in erofs_getxattr_foreach()
289 erofs_xattr_entry.e_name_index is set, while the lower bits (bit 0-6) as a whole292 xattr name prefix is stored in erofs_xattr_entry.e_name, which could be empty if