Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Derofs_fs.h231 struct erofs_xattr_entry { struct
254 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument
256 static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e) in erofs_xattr_entry_size()
258 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()
443 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
H A Dxattr.c205 struct erofs_xattr_entry entry; in erofs_listxattr_foreach()
211 entry = *(struct erofs_xattr_entry *) in erofs_listxattr_foreach()
213 it->pos += sizeof(struct erofs_xattr_entry); in erofs_listxattr_foreach()
258 struct erofs_xattr_entry entry; in erofs_getxattr_foreach()
262 entry = *(struct erofs_xattr_entry *) in erofs_getxattr_foreach()
264 it->pos += sizeof(struct erofs_xattr_entry); in erofs_getxattr_foreach()
/openbmc/linux/Documentation/filesystems/
H A Derofs.rst285 erofs_xattr_entry.e_name_index is set, while the lower bits (bit 0-6) as a whole
288 xattr name prefix is stored in erofs_xattr_entry.e_name, which could be empty if