Searched refs:revert_current_mid (Results 1 – 3 of 3) sorted by relevance
| /fs/smb/client/ |
| A D | cifsglob.h | 335 void (*revert_current_mid)(struct TCP_Server_Info *server, member 966 revert_current_mid(struct TCP_Server_Info *server, const unsigned int val) in revert_current_mid() function 968 if (server->ops->revert_current_mid) in revert_current_mid() 969 server->ops->revert_current_mid(server, val); in revert_current_mid() 978 return revert_current_mid(server, num > 0 ? num : 1); in revert_current_mid_from_hdr()
|
| A D | transport.c | 716 revert_current_mid(server, mid->credits); in cifs_call_async() 930 revert_current_mid(server, i); in compound_send_recv() 959 revert_current_mid(server, num_rqst); in compound_send_recv()
|
| A D | smb2ops.c | 5291 .revert_current_mid = smb2_revert_current_mid, 5394 .revert_current_mid = smb2_revert_current_mid, 5498 .revert_current_mid = smb2_revert_current_mid, 5614 .revert_current_mid = smb2_revert_current_mid,
|
Completed in 25 milliseconds