Home
last modified time | relevance | path

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

/linux-6.14.4/fs/smb/client/
Dsmb2pdu.c216 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() argument
231 if (smb2_command == SMB2_TREE_CONNECT) in smb2_reconnect()
239 if (smb2_command != SMB2_TREE_DISCONNECT) { in smb2_reconnect()
242 smb2_command); in smb2_reconnect()
266 switch (smb2_command) { in smb2_reconnect()
457 if (smb2_command != SMB2_INTERNAL_CMD) in smb2_reconnect()
470 switch (smb2_command) { in smb2_reconnect()
486 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf() argument
493 __u16 parmsize = smb2_req_struct_sizes[le16_to_cpu(smb2_command)]; in fill_small_buf()
501 smb2_hdr_assemble(&spdu->hdr, smb2_command, tcon, server); in fill_small_buf()
[all …]