Searched refs:current_mid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | transport.c | 365 trace_smb3_partial_send_reconnect(server->current_mid, in __smb_send_rqst() 461 trace_smb3_nblk_credits(server->current_mid, in wait_for_free_credits() 494 trace_smb3_credit_timeout(server->current_mid, in wait_for_free_credits() 537 server->current_mid, in wait_for_free_credits() 567 trace_smb3_waitff_credits(server->current_mid, in wait_for_free_credits() 617 trace_smb3_insufficient_credits(server->current_mid, in wait_for_compound_request()
|
| H A D | smb2ops.c | 94 trace_smb3_overflow_credits(server->current_mid, in smb2_add_credits() 139 trace_smb3_reconnect_detected(server->current_mid, in smb2_add_credits() 147 trace_smb3_reconnect_with_invalid_credits(server->current_mid, in smb2_add_credits() 179 trace_smb3_add_credits(server->current_mid, in smb2_add_credits() 206 trace_smb3_set_credits(server->current_mid, in smb2_set_credits() 291 trace_smb3_wait_credits(server->current_mid, in smb2_wait_mtu_credits() 319 trace_smb3_too_many_credits(server->current_mid, in smb2_adjust_credits() 341 trace_smb3_reconnect_detected(server->current_mid, in smb2_adjust_credits() 361 trace_smb3_adj_credits(server->current_mid, in smb2_adjust_credits() 378 mid = server->current_mid++; in smb2_get_next_mid() [all …]
|
| H A D | smb1ops.c | 220 cur_mid = (__u16)((server->current_mid) & 0xffff); in cifs_get_next_mid() 273 server->current_mid = mid; in cifs_get_next_mid()
|
| H A D | cifsglob.h | 738 __u64 current_mid; /* multiplex id - rotating counter, protected by mid_counter_lock */ member
|
| H A D | connect.c | 357 trace_smb3_reconnect(server->current_mid, server->conn_id, in cifs_tcp_ses_needs_reconnect() 1241 trace_smb3_hdr_credits(server->current_mid, in smb2_add_credits_from_hdr()
|