Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsglob.h238 void (*revert_current_mid)(struct TCP_Server_Info *server, member
764 revert_current_mid(struct TCP_Server_Info *server, const unsigned int val) in revert_current_mid() function
766 if (server->ops->revert_current_mid) in revert_current_mid()
767 server->ops->revert_current_mid(server, val); in revert_current_mid()
776 return revert_current_mid(server, num > 0 ? num : 1); in revert_current_mid_from_hdr()
Dtransport.c650 revert_current_mid(server, mid->credits); in cifs_call_async()
855 revert_current_mid(ses->server, i); in compound_send_recv()
882 revert_current_mid(ses->server, num_rqst); in compound_send_recv()
Dsmb2ops.c3375 .revert_current_mid = smb2_revert_current_mid,
3470 .revert_current_mid = smb2_revert_current_mid,
3566 .revert_current_mid = smb2_revert_current_mid,
3671 .revert_current_mid = smb2_revert_current_mid,