Searched refs:smb2_command (Results 1 – 1 of 1) sorted by relevance
239 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon) in smb2_reconnect() argument255 if (smb2_command == SMB2_TREE_CONNECT || smb2_command == SMB2_IOCTL) in smb2_reconnect()264 if ((smb2_command != SMB2_WRITE) && in smb2_reconnect()265 (smb2_command != SMB2_CREATE) && in smb2_reconnect()266 (smb2_command != SMB2_TREE_DISCONNECT)) { in smb2_reconnect()268 smb2_command); in smb2_reconnect()291 switch (smb2_command) { in smb2_reconnect()375 if (smb2_command != SMB2_INTERNAL_CMD) in smb2_reconnect()388 switch (smb2_command) { in smb2_reconnect()405 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, void *buf, in fill_small_buf() argument[all …]