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

/linux-master/fs/smb/client/
H A Dsmb2pdu.c210 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, argument
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) {
469 if (smb2_command != SMB2_INTERNAL_CMD)
482 switch (smb2_command) {
498 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, argument
505 __u16 parmsize = smb2_req_struct_sizes[le16_to_cpu(smb2_command)];
524 __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) argument
556 smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) argument
[all...]

Completed in 105 milliseconds