Searched refs:revert_current_mid (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | cifsglob.h | 239 void (*revert_current_mid)(struct TCP_Server_Info *server, member 860 revert_current_mid(struct TCP_Server_Info *server, const unsigned int val) in revert_current_mid() function 862 if (server->ops->revert_current_mid) in revert_current_mid() 863 server->ops->revert_current_mid(server, val); in revert_current_mid() 872 return revert_current_mid(server, num > 0 ? num : 1); in revert_current_mid_from_hdr()
|
D | transport.c | 837 revert_current_mid(server, mid->credits); in cifs_call_async() 1100 revert_current_mid(server, i); in compound_send_recv() 1129 revert_current_mid(server, num_rqst); in compound_send_recv()
|
D | smb2ops.c | 5142 .revert_current_mid = smb2_revert_current_mid, 5242 .revert_current_mid = smb2_revert_current_mid, 5343 .revert_current_mid = smb2_revert_current_mid, 5456 .revert_current_mid = smb2_revert_current_mid,
|