smb_command       206 fs/cifs/cifssmb.c cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command)
smb_command       230 fs/cifs/cifssmb.c 		if (smb_command != SMB_COM_WRITE_ANDX &&
smb_command       231 fs/cifs/cifssmb.c 		    smb_command != SMB_COM_OPEN_ANDX &&
smb_command       232 fs/cifs/cifssmb.c 		    smb_command != SMB_COM_TREE_DISCONNECT) {
smb_command       234 fs/cifs/cifssmb.c 				 smb_command);
smb_command       335 fs/cifs/cifssmb.c 	switch (smb_command) {
smb_command       352 fs/cifs/cifssmb.c small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
smb_command       357 fs/cifs/cifssmb.c 	rc = cifs_reconnect_tcon(tcon, smb_command);
smb_command       367 fs/cifs/cifssmb.c 	header_assemble((struct smb_hdr *) *request_buf, smb_command,
smb_command       377 fs/cifs/cifssmb.c small_smb_init_no_tc(const int smb_command, const int wct,
smb_command       383 fs/cifs/cifssmb.c 	rc = small_smb_init(smb_command, wct, NULL, request_buf);
smb_command       404 fs/cifs/cifssmb.c __smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
smb_command       419 fs/cifs/cifssmb.c 	header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon,
smb_command       430 fs/cifs/cifssmb.c smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
smb_command       435 fs/cifs/cifssmb.c 	rc = cifs_reconnect_tcon(tcon, smb_command);
smb_command       439 fs/cifs/cifssmb.c 	return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
smb_command       443 fs/cifs/cifssmb.c smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon,
smb_command       449 fs/cifs/cifssmb.c 	return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
smb_command       243 fs/cifs/misc.c header_assemble(struct smb_hdr *buffer, char smb_command /* command */ ,
smb_command       260 fs/cifs/misc.c 	buffer->Command = smb_command;