Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1misc.c17 header_assemble(struct smb_hdr *buffer, char smb_command, in header_assemble() argument
33 buffer->Command = smb_command; in header_assemble()
H A Dsmb1proto.h31 int small_smb_init_no_tc(const int smb_command, const int wct,
243 unsigned int header_assemble(struct smb_hdr *buffer, char smb_command,
H A Dcifssmb.c72 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() argument
95 if (smb_command != SMB_COM_TREE_DISCONNECT) { in cifs_reconnect_tcon()
98 smb_command); in cifs_reconnect_tcon()
211 switch (smb_command) { in cifs_reconnect_tcon()
227 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() argument
233 rc = cifs_reconnect_tcon(tcon, smb_command); in small_smb_init()
243 in_len = header_assemble((struct smb_hdr *) *request_buf, smb_command, in small_smb_init()
253 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
259 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc()
280 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() argument
[all …]