Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c218 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() argument
233 if (smb2_command == SMB2_TREE_CONNECT) in smb2_reconnect()
241 if (smb2_command != SMB2_TREE_DISCONNECT) { in smb2_reconnect()
244 smb2_command); in smb2_reconnect()
268 switch (smb2_command) { in smb2_reconnect()
465 if (smb2_command != SMB2_INTERNAL_CMD) in smb2_reconnect()
478 switch (smb2_command) { in smb2_reconnect()
494 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf() argument
501 __u16 parmsize = smb2_req_struct_sizes[le16_to_cpu(smb2_command)]; in fill_small_buf()
509 smb2_hdr_assemble(&spdu->hdr, smb2_command, tcon, server); in fill_small_buf()
[all …]