Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Derofs_fs.h183 struct erofs_xattr_entry { struct
200 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument
202 static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e) in erofs_xattr_entry_size()
204 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()
341 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
H A Dxattr.c163 int (*entry)(struct xattr_iter *_it, struct erofs_xattr_entry *entry);
227 struct erofs_xattr_entry entry; in xattr_foreach()
241 entry = *(struct erofs_xattr_entry *)(it->kaddr + it->ofs); in xattr_foreach()
253 it->ofs += sizeof(struct erofs_xattr_entry); in xattr_foreach()
333 struct erofs_xattr_entry *entry) in xattr_entrymatch()
539 struct erofs_xattr_entry *entry) in xattr_entrylist()