smb_cmd 155 fs/cifs/cifsproto.h extern int small_smb_init_no_tc(const int smb_cmd, const int wct, smb_cmd 95 fs/cifs/transport.c __u16 smb_cmd = le16_to_cpu(midEntry->command); smb_cmd 118 fs/cifs/transport.c if (smb_cmd < NUMBER_OF_SMB2_COMMANDS) { smb_cmd 119 fs/cifs/transport.c if (atomic_read(&server->num_cmds[smb_cmd]) == 0) { smb_cmd 120 fs/cifs/transport.c server->slowest_cmd[smb_cmd] = roundtrip_time; smb_cmd 121 fs/cifs/transport.c server->fastest_cmd[smb_cmd] = roundtrip_time; smb_cmd 123 fs/cifs/transport.c if (server->slowest_cmd[smb_cmd] < roundtrip_time) smb_cmd 124 fs/cifs/transport.c server->slowest_cmd[smb_cmd] = roundtrip_time; smb_cmd 125 fs/cifs/transport.c else if (server->fastest_cmd[smb_cmd] > roundtrip_time) smb_cmd 126 fs/cifs/transport.c server->fastest_cmd[smb_cmd] = roundtrip_time; smb_cmd 128 fs/cifs/transport.c cifs_stats_inc(&server->num_cmds[smb_cmd]); smb_cmd 129 fs/cifs/transport.c server->time_per_cmd[smb_cmd] += roundtrip_time; smb_cmd 148 fs/cifs/transport.c if (smb_cmd < NUMBER_OF_SMB2_COMMANDS) smb_cmd 149 fs/cifs/transport.c cifs_stats_inc(&server->smb2slowcmd[smb_cmd]); smb_cmd 151 fs/cifs/transport.c trace_smb3_slow_rsp(smb_cmd, midEntry->mid, midEntry->pid,