Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Derofs_fs.h232 struct erofs_xattr_entry { struct
255 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument
257 static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e) in erofs_xattr_entry_size()
259 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()
456 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
/linux/Documentation/filesystems/
H A Derofs.rst289 erofs_xattr_entry.e_name_index is set, while the lower bits (bit 0-6) as a whole
292 xattr name prefix is stored in erofs_xattr_entry.e_name, which could be empty if