Searched refs:smb2_command (Results 1 – 1 of 1) sorted by relevance
160 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() argument179 if (smb2_command == SMB2_TREE_CONNECT || smb2_command == SMB2_IOCTL) in smb2_reconnect()187 if (smb2_command != SMB2_TREE_DISCONNECT) { in smb2_reconnect()190 smb2_command); in smb2_reconnect()214 switch (smb2_command) { in smb2_reconnect()319 if (smb2_command != SMB2_INTERNAL_CMD) in smb2_reconnect()332 switch (smb2_command) { in smb2_reconnect()348 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf() argument355 __u16 parmsize = smb2_req_struct_sizes[le16_to_cpu(smb2_command)]; in fill_small_buf()363 smb2_hdr_assemble(&spdu->hdr, smb2_command, tcon, server); in fill_small_buf()[all …]