Searched refs:current_mid (Results 1 – 5 of 5) sorted by relevance
| /fs/smb/client/ |
| A D | transport.c | 360 trace_smb3_partial_send_reconnect(server->current_mid, in __smb_send_rqst() 456 trace_smb3_nblk_credits(server->current_mid, in wait_for_free_credits() 489 trace_smb3_credit_timeout(server->current_mid, in wait_for_free_credits() 532 server->current_mid, in wait_for_free_credits() 562 trace_smb3_waitff_credits(server->current_mid, in wait_for_free_credits() 612 trace_smb3_insufficient_credits(server->current_mid, in wait_for_compound_request()
|
| A D | smb2ops.c | 94 trace_smb3_overflow_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() 361 trace_smb3_adj_credits(server->current_mid, in smb2_adjust_credits() 378 mid = server->current_mid++; in smb2_get_next_mid() 387 if (server->current_mid >= val) in smb2_revert_current_mid() 388 server->current_mid -= val; in smb2_revert_current_mid() 464 server->current_mid = 0; in smb2_negotiate() [all …]
|
| A D | smb1ops.c | 174 cur_mid = (__u16)((server->current_mid) & 0xffff); in cifs_get_next_mid() 227 server->current_mid = mid; in cifs_get_next_mid()
|
| A D | cifsglob.h | 774 __u64 current_mid; /* multiplex id - rotating counter, protected by mid_counter_lock */ member
|
| A D | connect.c | 361 trace_smb3_reconnect(server->current_mid, server->conn_id, in cifs_tcp_ses_needs_reconnect() 1245 trace_smb3_hdr_credits(server->current_mid, in smb2_add_credits_from_hdr()
|
Completed in 34 milliseconds