Searched refs:current_mid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | transport.c | 364 trace_smb3_partial_send_reconnect(server->current_mid, in __smb_send_rqst() 460 trace_smb3_nblk_credits(server->current_mid, in wait_for_free_credits() 493 trace_smb3_credit_timeout(server->current_mid, in wait_for_free_credits() 536 server->current_mid, in wait_for_free_credits() 566 trace_smb3_waitff_credits(server->current_mid, in wait_for_free_credits() 616 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() 150 trace_smb3_reconnect_detected(server->current_mid, in smb2_add_credits() 158 trace_smb3_reconnect_with_invalid_credits(server->current_mid, in smb2_add_credits() 190 trace_smb3_add_credits(server->current_mid, in smb2_add_credits() 217 trace_smb3_set_credits(server->current_mid, in smb2_set_credits() 302 trace_smb3_wait_credits(server->current_mid, in smb2_wait_mtu_credits() 330 trace_smb3_too_many_credits(server->current_mid, in smb2_adjust_credits() 352 trace_smb3_reconnect_detected(server->current_mid, in smb2_adjust_credits() 372 trace_smb3_adj_credits(server->current_mid, in smb2_adjust_credits() 389 mid = server->current_mid++; in smb2_get_next_mid() [all …]
|
| H A D | smb1ops.c | 328 cur_mid = (__u16)((server->current_mid) & 0xffff); in cifs_get_next_mid() 381 server->current_mid = mid; in cifs_get_next_mid()
|
| H A D | cifsglob.h | 737 __u64 current_mid; /* multiplex id - rotating counter, protected by mid_counter_lock */ member
|
| H A D | connect.c | 359 trace_smb3_reconnect(server->current_mid, server->conn_id, in cifs_tcp_ses_needs_reconnect() 1243 trace_smb3_hdr_credits(server->current_mid, in smb2_add_credits_from_hdr()
|