smb2_create_ea_ctx
ea = &((struct smb2_create_ea_ctx *)xattr_iov->iov_base)->ea;
static struct smb2_create_ea_ctx *ea_create_context(u32 dlen, size_t *cc_len)
struct smb2_create_ea_ctx *cc;
cc->ctx.NameOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx,
cc->ctx.DataOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx, ea));
struct smb2_create_ea_ctx *cc;
struct smb2_create_ea_ctx *cc;