Home
last modified time | relevance | path

Searched refs:revert_current_mid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dcifsglob.h335 void (*revert_current_mid)(struct TCP_Server_Info *server, member
938 revert_current_mid(struct TCP_Server_Info *server, const unsigned int val) in revert_current_mid() function
940 if (server->ops->revert_current_mid) in revert_current_mid()
941 server->ops->revert_current_mid(server, val); in revert_current_mid()
950 return revert_current_mid(server, num > 0 ? num : 1); in revert_current_mid_from_hdr()
H A Dtransport.c726 revert_current_mid(server, mid->credits); in cifs_call_async()
939 revert_current_mid(server, i); in compound_send_recv()
969 revert_current_mid(server, num_rqst); in compound_send_recv()
H A Dsmb2ops.c5348 .revert_current_mid = smb2_revert_current_mid,
5451 .revert_current_mid = smb2_revert_current_mid,
5555 .revert_current_mid = smb2_revert_current_mid,
5671 .revert_current_mid = smb2_revert_current_mid,