erofs_xattr_entry  183 fs/erofs/erofs_fs.h #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry))
erofs_xattr_entry  185 fs/erofs/erofs_fs.h static inline unsigned int erofs_xattr_entry_size(struct erofs_xattr_entry *e)
erofs_xattr_entry  187 fs/erofs/erofs_fs.h 	return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) +
erofs_xattr_entry  306 fs/erofs/erofs_fs.h 	BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4);
erofs_xattr_entry  155 fs/erofs/xattr.c 	int (*entry)(struct xattr_iter *_it, struct erofs_xattr_entry *entry);
erofs_xattr_entry  219 fs/erofs/xattr.c 	struct erofs_xattr_entry entry;
erofs_xattr_entry  233 fs/erofs/xattr.c 	entry = *(struct erofs_xattr_entry *)(it->kaddr + it->ofs);
erofs_xattr_entry  245 fs/erofs/xattr.c 	it->ofs += sizeof(struct erofs_xattr_entry);
erofs_xattr_entry  325 fs/erofs/xattr.c 			    struct erofs_xattr_entry *entry)
erofs_xattr_entry  532 fs/erofs/xattr.c 			   struct erofs_xattr_entry *entry)