Home
last modified time | relevance | path

Searched refs:TCP_Server_Info (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.15/fs/smb/client/
H A Dcifsproto.h105 struct TCP_Server_Info *server,
109 struct TCP_Server_Info *server,
120 struct TCP_Server_Info *,
170 struct TCP_Server_Info *server);
184 struct TCP_Server_Info *server,
306 extern struct TCP_Server_Info *
548 struct TCP_Server_Info *server,
592 extern struct TCP_Server_Info *
627 struct TCP_Server_Info *server);
642 struct TCP_Server_Info *server);
[all …]
H A Dsmb2proto.h25 struct TCP_Server_Info *server);
36 struct TCP_Server_Info *,
43 struct TCP_Server_Info *server,
46 struct TCP_Server_Info *server,
51 struct TCP_Server_Info *srv);
147 struct TCP_Server_Info *server);
149 struct TCP_Server_Info *server,
162 struct TCP_Server_Info *server,
172 struct TCP_Server_Info *server,
189 struct TCP_Server_Info *server,
[all …]
H A Dcifsglob.h299 struct TCP_Server_Info;
320 struct TCP_Server_Info *,
370 struct TCP_Server_Info *server);
377 struct TCP_Server_Info *server,
434 int (*echo)(struct TCP_Server_Info *);
538 struct TCP_Server_Info *server);
709 struct TCP_Server_Info { struct
1081 struct TCP_Server_Info *server;
1509 struct TCP_Server_Info *server;
1531 struct TCP_Server_Info *server;
[all …]
H A Dsmbdirect.h267 struct TCP_Server_Info *server, struct sockaddr *dstaddr);
270 int smbd_reconnect(struct TCP_Server_Info *server);
272 void smbd_destroy(struct TCP_Server_Info *server);
276 int smbd_send(struct TCP_Server_Info *server,
312 struct TCP_Server_Info *server, struct sockaddr *dstaddr) {return NULL;} in smbd_get_connection()
313 static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } in smbd_reconnect()
314 static inline void smbd_destroy(struct TCP_Server_Info *server) {} in smbd_destroy()
316 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
H A Dcifs_swn.h27 static inline bool cifs_swn_set_server_dstaddr(struct TCP_Server_Info *server) in cifs_swn_set_server_dstaddr()
36 static inline void cifs_swn_reset_server_dstaddr(struct TCP_Server_Info *server) in cifs_swn_reset_server_dstaddr()
48 static inline bool cifs_swn_set_server_dstaddr(struct TCP_Server_Info *server) { return false; } in cifs_swn_set_server_dstaddr()
49 static inline void cifs_swn_reset_server_dstaddr(struct TCP_Server_Info *server) {} in cifs_swn_reset_server_dstaddr()
H A Dsmb2transport.c30 smb3_crypto_shash_allocate(struct TCP_Server_Info *server) in smb3_crypto_shash_allocate()
50 smb311_crypto_shash_allocate(struct TCP_Server_Info *server) in smb311_crypto_shash_allocate()
80 struct TCP_Server_Info *pserver; in smb3_get_sign_key()
148 struct TCP_Server_Info *pserver; in smb2_find_smb_ses_unlocked()
171 static int smb2_get_sign_key(struct TCP_Server_Info *server, in smb2_get_sign_key()
345 struct TCP_Server_Info *server = ses->server; in generate_key()
429 struct TCP_Server_Info *server, in generate_smb3signingkey()
528 struct TCP_Server_Info *server) in generate_smb30signingkey()
557 struct TCP_Server_Info *server) in generate_smb311signingkey()
748 smb2_seq_num_into_buf(struct TCP_Server_Info *server, in smb2_seq_num_into_buf()
[all …]
H A Dtransport.c90 struct TCP_Server_Info *server = midEntry->server; in __release_mid()
273 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
422 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
983 struct TCP_Server_Info *server = mid->server; in cifs_compound_callback()
1016 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel()
1020 struct TCP_Server_Info *server = NULL; in cifs_pick_channel()
1065 struct TCP_Server_Info *server, in compound_send_recv()
1299 struct TCP_Server_Info *server, in cifs_send_recv()
1357 struct TCP_Server_Info *server; in SendReceive()
1499 struct TCP_Server_Info *server; in SendReceiveBlockingLock()
[all …]
H A Dconnect.c144 struct TCP_Server_Info *pserver; in cifs_signal_cifsd_for_reconnect()
193 struct TCP_Server_Info *pserver; in cifs_mark_tcp_ses_conns_for_reconnect()
601 struct TCP_Server_Info, echo.work); in cifs_echo_request()
1241 struct TCP_Server_Info *server = p; in cifs_demultiplex_thread()
1652 struct TCP_Server_Info *
1655 struct TCP_Server_Info *server; in cifs_find_tcp_session()
1729 struct TCP_Server_Info *
2991 struct TCP_Server_Info *tcp_srv; in cifs_match_super()
3694 struct TCP_Server_Info *server; in cifs_mount_get_tcon()
4168 struct TCP_Server_Info *server) in cifs_negotiate_protocol()
[all …]
H A Dsess.c49 struct TCP_Server_Info *server) in cifs_ses_get_chan_index()
71 struct TCP_Server_Info *server) in cifs_chan_set_in_reconnect()
83 struct TCP_Server_Info *server) in cifs_chan_clear_in_reconnect()
95 struct TCP_Server_Info *server) in cifs_chan_set_need_reconnect()
123 struct TCP_Server_Info *server) in cifs_chan_needs_reconnect()
135 struct TCP_Server_Info *server) in cifs_chan_is_iface_active()
276 struct TCP_Server_Info *server; in cifs_disable_secondary_channels()
454 struct TCP_Server_Info *chan_server; in cifs_ses_add_channel()
1028 struct TCP_Server_Info *server, in build_ntlmssp_negotiate_blob()
1090 struct TCP_Server_Info *server, in build_ntlmssp_smb3_negotiate_blob()
[all …]
H A Dcompress.h30 typedef int (*compress_send_fn)(struct TCP_Server_Info *, int, struct smb_rqst *);
32 int smb_compress(struct TCP_Server_Info *server, struct smb_rqst *rq, compress_send_fn send_fn);
H A Dntlmssp.h148 struct TCP_Server_Info *server,
152 struct TCP_Server_Info *server,
156 struct TCP_Server_Info *server,
H A Dasn1.c13 struct TCP_Server_Info *server) in decode_negTokenInit()
43 struct TCP_Server_Info *server = context; in cifs_neg_token_init_mech_type()
H A Dsmb2misc.c136 smb2_check_message(char *buf, unsigned int len, struct TCP_Server_Info *server) in smb2_check_message()
138 struct TCP_Server_Info *pserver; in smb2_check_message()
609 smb2_is_valid_lease_break(char *buffer, struct TCP_Server_Info *server) in smb2_is_valid_lease_break()
612 struct TCP_Server_Info *pserver; in smb2_is_valid_lease_break()
672 smb2_is_valid_oplock_break(char *buffer, struct TCP_Server_Info *server) in smb2_is_valid_oplock_break()
675 struct TCP_Server_Info *pserver; in smb2_is_valid_oplock_break()
812 struct TCP_Server_Info *server = NULL; in smb2_handle_cancelled_close()
842 smb2_handle_cancelled_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server) in smb2_handle_cancelled_mid()
881 smb311_update_preauth_hash(struct cifs_ses *ses, struct TCP_Server_Info *server, in smb311_update_preauth_hash()
H A Dsmb2pdu.c96 struct TCP_Server_Info *server) in smb2_hdr_assemble()
169 struct TCP_Server_Info *server, in cifs_chan_skip_or_disable()
172 struct TCP_Server_Info *pserver; in cifs_chan_skip_or_disable()
684 struct TCP_Server_Info *pserver; in assemble_neg_contexts()
1426 struct TCP_Server_Info *server;
1946 struct TCP_Server_Info *server; in SMB2_logoff()
2824 struct TCP_Server_Info *server; in smb311_posix_mkdir()
3178 struct TCP_Server_Info *server; in SMB2_open()
3391 struct TCP_Server_Info *server; in SMB2_ioctl()
3585 struct TCP_Server_Info *server; in __SMB2_close()
[all …]
H A Dsmb1ops.c92 cifs_find_mid(struct TCP_Server_Info *server, char *buffer) in cifs_find_mid()
112 cifs_add_credits(struct TCP_Server_Info *server, in cifs_add_credits()
123 cifs_set_credits(struct TCP_Server_Info *server, const int val) in cifs_set_credits()
165 cifs_get_next_mid(struct TCP_Server_Info *server) in cifs_get_next_mid()
380 cifs_downgrade_oplock(struct TCP_Server_Info *server, in cifs_downgrade_oplock()
419 cifs_need_neg(struct TCP_Server_Info *server) in cifs_need_neg()
427 struct TCP_Server_Info *server) in cifs_negotiate()
438 struct TCP_Server_Info *server = tcon->ses->server; in smb1_negotiate_wsize()
473 struct TCP_Server_Info *server = tcon->ses->server; in smb1_negotiate_rsize()
1218 cifs_can_echo(struct TCP_Server_Info *server) in cifs_can_echo()
[all …]
H A Dcifsencrypt.c58 struct TCP_Server_Info *server, char *signature, in __cifs_calc_signature()
113 struct TCP_Server_Info *server, char *signature) in cifs_calc_signature()
141 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst()
184 int cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *server, in cifs_sign_smbv()
194 int cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server, in cifs_sign_smb()
209 struct TCP_Server_Info *server, in cifs_verify_signature()
700 cifs_crypto_secmech_release(struct TCP_Server_Info *server) in cifs_crypto_secmech_release()
H A Dcifs_debug.h18 void cifs_dump_detail(void *buf, struct TCP_Server_Info *ptcp_info);
19 void cifs_dump_mids(struct TCP_Server_Info *);
H A Dfs_context.h379 static inline void cifs_negotiate_rsize(struct TCP_Server_Info *server, in cifs_negotiate_rsize()
391 static inline void cifs_negotiate_wsize(struct TCP_Server_Info *server, in cifs_negotiate_wsize()
403 static inline void cifs_negotiate_iosize(struct TCP_Server_Info *server, in cifs_negotiate_iosize()
H A Dsmb2ops.c36 change_conf(struct TCP_Server_Info *server) in change_conf()
69 smb2_add_credits(struct TCP_Server_Info *server, in smb2_add_credits()
459 struct TCP_Server_Info *server) in smb2_negotiate()
810 struct TCP_Server_Info *pserver; in SMB3_request_interfaces()
1158 struct TCP_Server_Info *server; in smb2_set_ea()
1555 struct TCP_Server_Info *server; in smb2_ioctl_query_info()
2336 struct TCP_Server_Info *server; in smb2_query_dir_first()
2538 struct TCP_Server_Info *pserver; in smb2_is_network_name_deleted()
2672 struct TCP_Server_Info *server; in smb2_query_info_compound()
4265 struct TCP_Server_Info *pserver; in smb2_get_enc_key()
[all …]
H A Dcifs_spnego.h33 struct TCP_Server_Info *server);
H A Dcifs_debug.c38 void cifs_dump_detail(void *buf, struct TCP_Server_Info *server) in cifs_dump_detail()
53 void cifs_dump_mids(struct TCP_Server_Info *server) in cifs_dump_mids()
139 struct TCP_Server_Info *server = chan->server; in cifs_dump_channel()
237 struct TCP_Server_Info *server; in cifs_debug_files_proc_show()
304 struct TCP_Server_Info *server; in cifs_debug_data_proc_show()
305 struct TCP_Server_Info *chan_server; in cifs_debug_data_proc_show()
654 struct TCP_Server_Info *server; in cifs_stats_proc_write()
714 struct TCP_Server_Info *server; in cifs_stats_proc_show()
H A Dfile.c53 struct TCP_Server_Info *server; in cifs_prepare_write()
150 struct TCP_Server_Info *server; in cifs_prepare_read()
203 struct TCP_Server_Info *server = rdata->server; in cifs_issue_read()
536 struct TCP_Server_Info *server = tcon->ses->server; in cifs_nt_open()
949 struct TCP_Server_Info *server; in cifs_open()
1158 struct TCP_Server_Info *server; in cifs_reopen_file()
1450 struct TCP_Server_Info *server; in cifs_closedir()
1954 bool *wait_flag, struct TCP_Server_Info *server) in cifs_read_flock()
2660 struct TCP_Server_Info *server; in cifs_strict_fsync()
2716 struct TCP_Server_Info *server; in cifs_fsync()
[all …]
H A Ddfs.c312 static int target_share_matches_server(struct TCP_Server_Info *server, char *share, in target_share_matches_server()
343 struct TCP_Server_Info *server = tcon->ses->server; in tree_connect_dfs_target()
389 struct TCP_Server_Info *server = tcon->ses->server; in cifs_tree_connect()
H A Dmisc.c335 checkSMB(char *buf, unsigned int total_read, struct TCP_Server_Info *server) in checkSMB()
423 is_valid_oplock_break(char *buffer, struct TCP_Server_Info *srv) in is_valid_oplock_break()
427 struct TCP_Server_Info *pserver; in is_valid_oplock_break()
1176 int match_target_ip(struct TCP_Server_Info *server, in match_target_ip()
1233 struct TCP_Server_Info *server = tcon->ses->server; in cifs_inval_name_dfs_link_error()
1297 int cifs_wait_for_server_reconnect(struct TCP_Server_Info *server, bool retry) in cifs_wait_for_server_reconnect()
H A Dinode.c437 struct TCP_Server_Info *server; in cifs_get_unix_fattr()
976 struct TCP_Server_Info *server = tcon->ses->server; in cifs_get_file_info()
1109 struct TCP_Server_Info *server = tcon->ses->server; in cifs_set_fattr_ino()
1268 struct TCP_Server_Info *server; in cifs_get_fattr()
1455 struct TCP_Server_Info *server; in smb311_posix_get_fattr()
1738 struct TCP_Server_Info *server; in cifs_set_file_info()
1946 struct TCP_Server_Info *server; in cifs_unlink()
2227 struct TCP_Server_Info *server;
2305 struct TCP_Server_Info *server;
2384 struct TCP_Server_Info *server;
[all …]

12