Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c160 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() argument
179 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() argument
355 __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 …]