Lines Matching defs:server

76 static int reconn_set_ipaddr_from_hostname(struct TCP_Server_Info *server)  in reconn_set_ipaddr_from_hostname()
149 cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info *server, in cifs_signal_cifsd_for_reconnect()
191 cifs_mark_tcp_ses_conns_for_reconnect(struct TCP_Server_Info *server, in cifs_mark_tcp_ses_conns_for_reconnect()
256 cifs_abort_connection(struct TCP_Server_Info *server) in cifs_abort_connection()
311 static bool cifs_tcp_ses_needs_reconnect(struct TCP_Server_Info *server, int num_targets) in cifs_tcp_ses_needs_reconnect()
344 static int __cifs_reconnect(struct TCP_Server_Info *server, in __cifs_reconnect()
397 static int __reconnect_target_unlocked(struct TCP_Server_Info *server, const char *target) in __reconnect_target_unlocked()
430 static int reconnect_target_unlocked(struct TCP_Server_Info *server, struct dfs_cache_tgt_list *tl, in reconnect_target_unlocked()
454 static int reconnect_dfs_server(struct TCP_Server_Info *server) in reconnect_dfs_server()
531 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect()
543 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect()
553 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request() local
579 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
612 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
642 zero_credits(struct TCP_Server_Info *server) in zero_credits()
657 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
714 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
725 cifs_discard_from_socket(struct TCP_Server_Info *server, size_t to_read) in cifs_discard_from_socket()
740 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, in cifs_read_page_from_socket()
752 cifs_read_iter_from_socket(struct TCP_Server_Info *server, struct iov_iter *iter, in cifs_read_iter_from_socket()
766 is_smb_response(struct TCP_Server_Info *server, unsigned char type) in is_smb_response()
834 smb2_get_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) in smb2_get_credits_from_hdr()
848 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid()
869 cifs_enable_signing(struct TCP_Server_Info *server, bool mnt_sign_required) in cifs_enable_signing()
915 clean_demultiplex_info(struct TCP_Server_Info *server) in clean_demultiplex_info()
1008 standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid) in standard_receive3()
1043 cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_handle_standard()
1079 smb2_add_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) in smb2_add_credits_from_hdr()
1112 struct TCP_Server_Info *server = p; in cifs_demultiplex_thread() local
1389 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port()
1422 static bool match_server_address(struct TCP_Server_Info *server, struct sockaddr *addr) in match_server_address()
1431 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_security()
1454 static int match_server(struct TCP_Server_Info *server, in match_server()
1545 struct TCP_Server_Info *server; in cifs_find_tcp_session() local
1571 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session()
1869 struct TCP_Server_Info *server = ses->server; in cifs_setup_ipc() local
1943 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_find_smb_ses()
1974 struct TCP_Server_Info *server = ses->server; in __cifs_put_smb_ses() local
2055 struct TCP_Server_Info *server = ses->server; in cifs_set_cifscreds() local
2203 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_get_smb_ses()
2347 struct TCP_Server_Info *server = tcon->ses->server; in match_tcon() local
2892 bind_socket(struct TCP_Server_Info *server) in bind_socket()
2918 ip_rfc1001_connect(struct TCP_Server_Info *server) in ip_rfc1001_connect()
2973 generic_ip_connect(struct TCP_Server_Info *server) in generic_ip_connect()
3073 ip_connect(struct TCP_Server_Info *server) in ip_connect()
3278 struct TCP_Server_Info *server = NULL; in cifs_mount_get_session() local
3325 struct TCP_Server_Info *server; in cifs_mount_get_tcon() local
3439 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, in cifs_are_all_path_components_accessible()
3494 struct TCP_Server_Info *server = mnt_ctx->server; in cifs_is_path_remote() local
3773 struct TCP_Server_Info *server) in cifs_negotiate_protocol()
3818 struct TCP_Server_Info *server, in cifs_setup_session()