Searched refs:smb2_create_rsp (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2misc.c348 ((struct smb2_create_rsp *)shdr)->CreateContextsOffset);
350 ((struct smb2_create_rsp *)shdr)->CreateContextsLength);
844 struct smb2_create_rsp *rsp = mid->resp_buf;
H A Dcached_dir.c133 struct smb2_create_rsp *o_rsp = NULL;
300 o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base;
H A Dsmb2pdu.c2319 struct smb2_create_rsp *rsp = rsp_iov->iov_base;
2809 struct smb2_create_rsp *rsp = NULL;
2955 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base;
3174 struct smb2_create_rsp *rsp = NULL;
3217 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base;
H A Dsmb2inode.c833 struct smb2_create_rsp *rsp = iov->iov_base;
H A Dsmb2ops.c2269 struct smb2_create_rsp *op_rsp = NULL;
2338 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1203 struct smb2_create_rsp { struct
/linux-master/fs/smb/server/
H A Dsmb2pdu.c390 work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId;
391 work->compound_pfid = ((struct smb2_create_rsp *)rsp)->PersistentFileId;
2239 struct smb2_create_rsp *rsp;
2280 err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_create_rsp, Buffer));
2801 struct smb2_create_rsp *rsp;
3555 iov_len = offsetof(struct smb2_create_rsp, Buffer);
3656 cpu_to_le32(offsetof(struct smb2_create_rsp, Buffer));

Completed in 169 milliseconds