Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Derofs_fs.h232 struct erofs_xattr_entry { struct
256 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument
258 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()
H A Dxattr.c139 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()
/linux/Documentation/filesystems/
H A Derofs.rst298 erofs_xattr_entry.e_name_index is set, while the lower bits (bit 0-6) as a whole
301 xattr name prefix is stored in erofs_xattr_entry.e_name, which could be empty if