Searched refs:erofs_xattr_entry (Results 1 – 3 of 3) sorted by relevance
232 struct erofs_xattr_entry { struct256 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument258 static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e) in erofs_xattr_entry_size()260 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()451 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
139 struct erofs_xattr_entry entry; in erofs_listxattr_foreach()145 entry = *(struct erofs_xattr_entry *)it->kaddr; in erofs_listxattr_foreach()146 it->pos += sizeof(struct erofs_xattr_entry); in erofs_listxattr_foreach()191 struct erofs_xattr_entry entry; in erofs_getxattr_foreach()195 entry = *(struct erofs_xattr_entry *)it->kaddr; in erofs_getxattr_foreach()196 it->pos += sizeof(struct erofs_xattr_entry); in erofs_getxattr_foreach()
298 erofs_xattr_entry.e_name_index is set, while the lower bits (bit 0-6) as a whole301 xattr name prefix is stored in erofs_xattr_entry.e_name, which could be empty if