Searched refs:cifs_reconnect (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | connect.c | 140 * This is used to signal the cifsd thread to call cifs_reconnect 141 * ONLY cifsd thread should call cifs_reconnect. For any other 602 cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect() 688 cifs_reconnect(server, false); in server_unresponsive() 709 cifs_reconnect(server, false); in server_unresponsive() 743 cifs_reconnect(server, false); in cifs_readv_from_socket() 762 cifs_reconnect(server, false); in cifs_readv_from_socket() 782 cifs_reconnect(server, false); in cifs_readv_from_socket() 854 cifs_reconnect(server, true); in is_smb_response() 938 cifs_reconnect(serve in is_smb_response() 599 cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) cifs_reconnect() function [all...] |
| H A D | cifsproto.h | 133 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session); in send_cancel()
|
| H A D | transport.c | 1187 cifs_reconnect(server, true); in cifs_readv_receive()
|
| H A D | smb2ops.c | 4718 cifs_reconnect(server, true); in handle_read_data() 5130 cifs_reconnect(server, true); in smb3_receive_transform() 5136 cifs_reconnect(server, true);
|