Searched refs:smb_command (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | cifssmb.c | 69 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() argument 93 if (smb_command != SMB_COM_WRITE_ANDX && in cifs_reconnect_tcon() 94 smb_command != SMB_COM_OPEN_ANDX && in cifs_reconnect_tcon() 95 smb_command != SMB_COM_TREE_DISCONNECT) { in cifs_reconnect_tcon() 98 smb_command); in cifs_reconnect_tcon() 187 switch (smb_command) { in cifs_reconnect_tcon() 209 rc = cifs_reconnect_tcon(tcon, smb_command); in small_smb_init() 229 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument 235 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc() 282 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() argument [all …]
|
A D | misc.c | 243 header_assemble(struct smb_hdr *buffer, char smb_command /* command */ , in header_assemble() argument 260 buffer->Command = smb_command; in header_assemble()
|
Completed in 15 milliseconds