Lines Matching refs:smb2_command
210 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon,
230 if (smb2_command == SMB2_TREE_CONNECT || smb2_command == SMB2_IOCTL)
238 if (smb2_command != SMB2_TREE_DISCONNECT) {
241 smb2_command);
265 switch (smb2_command) {
457 if (smb2_command != SMB2_INTERNAL_CMD)
470 switch (smb2_command) {
486 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon,
493 __u16 parmsize = smb2_req_struct_sizes[le16_to_cpu(smb2_command)];
501 smb2_hdr_assemble(&spdu->hdr, smb2_command, tcon, server);
512 static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon,
517 switch (smb2_command) {
531 fill_small_buf(smb2_command, tcon, server,
536 uint16_t com_code = le16_to_cpu(smb2_command);
544 static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon,
550 rc = smb2_reconnect(smb2_command, tcon, server, false);
554 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf,