XATTR_ALIGN
newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size);
#define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \
#define MIN_OFFSET(i) XATTR_ALIGN(inline_xattr_size(i) + \