Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Derofs_fs.h155 struct erofs_xattr_entry { struct
169 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) argument
171 sizeof(struct erofs_xattr_entry) + \
259 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
Dxattr.c96 int (*entry)(struct xattr_iter *, struct erofs_xattr_entry *);
144 struct erofs_xattr_entry entry; in xattr_foreach()
156 entry = *(struct erofs_xattr_entry *)(it->kaddr + it->ofs); in xattr_foreach()
164 it->ofs += sizeof(struct erofs_xattr_entry); in xattr_foreach()
239 struct erofs_xattr_entry *entry) in xattr_entrymatch()
445 struct erofs_xattr_entry *entry) in xattr_entrylist()