Lines Matching defs:smb_command
69 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command)
93 if (smb_command != SMB_COM_TREE_DISCONNECT) {
96 smb_command);
194 switch (smb_command) {
210 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
215 rc = cifs_reconnect_tcon(tcon, smb_command);
225 header_assemble((struct smb_hdr *) *request_buf, smb_command,
235 small_smb_init_no_tc(const int smb_command, const int wct,
241 rc = small_smb_init(smb_command, wct, NULL, request_buf);
262 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
277 header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon,
288 smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
293 rc = cifs_reconnect_tcon(tcon, smb_command);
297 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
301 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon,
312 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);