smb2_create_rsp
struct smb2_create_rsp *o_rsp = NULL;
o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base;
struct smb2_create_rsp *create_rsp = NULL;
struct smb2_create_rsp *rsp = iov->iov_base;
((struct smb2_create_rsp *)shdr)->CreateContextsOffset);
((struct smb2_create_rsp *)shdr)->CreateContextsLength);
struct smb2_create_rsp *rsp = mid->resp_buf;
struct smb2_create_rsp *op_rsp = NULL;
op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base;
struct smb2_create_rsp *rsp = rsp_iov->iov_base;
struct smb2_create_rsp *rsp = NULL;
rsp = (struct smb2_create_rsp *)rsp_iov.iov_base;
struct smb2_create_rsp *rsp = NULL;
rsp = (struct smb2_create_rsp *)rsp_iov.iov_base;
struct smb2_create_rsp *rsp;
err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_create_rsp, Buffer));
struct smb2_create_rsp *rsp;
iov_len = offsetof(struct smb2_create_rsp, Buffer);
cpu_to_le32(offsetof(struct smb2_create_rsp, Buffer));
work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId;
work->compound_pfid = ((struct smb2_create_rsp *)rsp)->PersistentFileId;