Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Dmisc.c305 header_assemble(struct smb_hdr *buffer, char smb_command /* command */ , in header_assemble() argument
324 buffer->Command = smb_command; in header_assemble()
Dcifssmb.c140 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() argument
163 if (smb_command != SMB_COM_WRITE_ANDX && in cifs_reconnect_tcon()
164 smb_command != SMB_COM_OPEN_ANDX && in cifs_reconnect_tcon()
165 smb_command != SMB_COM_TREE_DISCONNECT) { in cifs_reconnect_tcon()
167 smb_command); in cifs_reconnect_tcon()
245 switch (smb_command) { in cifs_reconnect_tcon()
262 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() argument
267 rc = cifs_reconnect_tcon(tcon, smb_command); in small_smb_init()
277 header_assemble((struct smb_hdr *) *request_buf, smb_command, in small_smb_init()
287 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
[all …]