Home
last modified time | relevance | path

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

12

/fs/cifs/
Dcifsglob.h195 struct TCP_Server_Info;
211 int (*send_cancel)(struct TCP_Server_Info *, void *,
218 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *,
221 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *,
223 void (*add_credits)(struct TCP_Server_Info *, const unsigned int,
225 void (*set_credits)(struct TCP_Server_Info *, const int);
226 int * (*get_credits_field)(struct TCP_Server_Info *, const int);
228 __u64 (*get_next_mid)(struct TCP_Server_Info *);
236 struct mid_q_entry * (*find_mid)(struct TCP_Server_Info *, char *);
242 int (*check_message)(char *, unsigned int, struct TCP_Server_Info *);
[all …]
Dcifsproto.h40 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
73 struct TCP_Server_Info *server);
77 extern int cifs_call_async(struct TCP_Server_Info *server,
89 extern struct mid_q_entry *cifs_setup_async_request(struct TCP_Server_Info *,
92 struct TCP_Server_Info *server, bool log_error);
93 extern int cifs_wait_mtu_credits(struct TCP_Server_Info *server,
104 extern int cifs_reconnect(struct TCP_Server_Info *server);
105 extern int checkSMB(char *buf, unsigned int len, struct TCP_Server_Info *srvr);
106 extern bool is_valid_oplock_break(char *, struct TCP_Server_Info *);
115 struct TCP_Server_Info *server);
[all …]
Dsmb2proto.h38 struct TCP_Server_Info *server);
44 extern int smb2_verify_signature(struct smb_rqst *, struct TCP_Server_Info *);
46 struct TCP_Server_Info *server, bool log_error);
50 struct TCP_Server_Info *server, struct smb_rqst *rqst);
51 extern struct cifs_ses *smb2_find_smb_ses(struct TCP_Server_Info *server,
53 extern struct cifs_tcon *smb2_find_smb_tcon(struct TCP_Server_Info *server,
56 struct TCP_Server_Info *server);
58 struct TCP_Server_Info *server);
62 struct TCP_Server_Info *srv);
142 extern int SMB2_echo(struct TCP_Server_Info *server);
[all …]
Dsmb2transport.c43 smb2_crypto_shash_allocate(struct TCP_Server_Info *server) in smb2_crypto_shash_allocate()
74 smb3_crypto_shash_allocate(struct TCP_Server_Info *server) in smb3_crypto_shash_allocate()
118 smb2_find_smb_ses_unlocked(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses_unlocked()
132 smb2_find_smb_ses(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses()
164 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
182 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_calc_signature()
399 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb3_calc_signature()
447 smb2_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_sign_rqst()
467 smb2_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_verify_signature()
516 smb2_seq_num_into_buf(struct TCP_Server_Info *server, struct smb2_hdr *hdr) in smb2_seq_num_into_buf()
[all …]
Dfscache.h41 extern void cifs_fscache_get_client_cookie(struct TCP_Server_Info *);
42 extern void cifs_fscache_release_client_cookie(struct TCP_Server_Info *);
107 cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) {} in cifs_fscache_get_client_cookie()
109 cifs_fscache_release_client_cookie(struct TCP_Server_Info *server) {} in cifs_fscache_release_client_cookie()
Dtransport.c47 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry()
134 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
223 smb_send_rqst(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_send_rqst()
311 smb_sendv(struct TCP_Server_Info *server, struct kvec *iov, int n_vec) in smb_sendv()
320 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send()
332 wait_for_free_credits(struct TCP_Server_Info *server, const int timeout, in wait_for_free_credits()
380 wait_for_free_request(struct TCP_Server_Info *server, const int timeout, in wait_for_free_request()
393 cifs_wait_mtu_credits(struct TCP_Server_Info *server, unsigned int size, in cifs_wait_mtu_credits()
437 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
450 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in cifs_setup_async_request()
[all …]
Dconnect.c302 static int ip_connect(struct TCP_Server_Info *server);
303 static int generic_ip_connect(struct TCP_Server_Info *server);
318 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
428 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request()
429 struct TCP_Server_Info, echo.work); in cifs_echo_request()
463 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
496 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
522 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
569 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
580 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, in cifs_read_page_from_socket()
[all …]
Dsmb1ops.c39 send_nt_cancel(struct TCP_Server_Info *server, void *buf, in send_nt_cancel()
98 cifs_find_mid(struct TCP_Server_Info *server, char *buffer) in cifs_find_mid()
117 cifs_add_credits(struct TCP_Server_Info *server, const unsigned int add, in cifs_add_credits()
128 cifs_set_credits(struct TCP_Server_Info *server, const int val) in cifs_set_credits()
137 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field()
170 cifs_get_next_mid(struct TCP_Server_Info *server) in cifs_get_next_mid()
377 cifs_downgrade_oplock(struct TCP_Server_Info *server, in cifs_downgrade_oplock()
387 cifs_check_trans2(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_trans2()
418 cifs_need_neg(struct TCP_Server_Info *server) in cifs_need_neg()
442 struct TCP_Server_Info *server = tcon->ses->server; in cifs_negotiate_wsize()
[all …]
Dcifs_debug.c71 void cifs_dump_mids(struct TCP_Server_Info *server) in cifs_dump_mids()
114 struct TCP_Server_Info *server; in cifs_debug_data_proc_show()
153 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_debug_data_proc_show()
261 struct TCP_Server_Info *server; in cifs_stats_proc_write()
273 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_stats_proc_write()
300 struct TCP_Server_Info *server; in cifs_stats_proc_show()
332 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_stats_proc_show()
Dcifsencrypt.c39 cifs_crypto_shash_md5_allocate(struct TCP_Server_Info *server) in cifs_crypto_shash_md5_allocate()
70 struct TCP_Server_Info *server, char *signature, in __cifs_calc_signature()
131 struct TCP_Server_Info *server, char *signature) in cifs_calc_signature()
164 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst()
199 int cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *server, in cifs_sign_smbv()
209 int cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server, in cifs_sign_smb()
222 struct TCP_Server_Info *server, in cifs_verify_signature()
657 static int crypto_hmacmd5_alloc(struct TCP_Server_Info *server) in crypto_hmacmd5_alloc()
866 cifs_crypto_shash_release(struct TCP_Server_Info *server) in cifs_crypto_shash_release()
Dsmb2misc.c96 smb2_check_message(char *buf, unsigned int length, struct TCP_Server_Info *srvr) in smb2_check_message()
470 struct TCP_Server_Info *server = tcon->ses->server; in smb2_tcon_has_lease()
530 struct TCP_Server_Info *server; in smb2_is_valid_lease_break()
547 server = list_entry(tmp, struct TCP_Server_Info, tcp_ses_list); in smb2_is_valid_lease_break()
574 smb2_is_valid_oplock_break(char *buffer, struct TCP_Server_Info *server) in smb2_is_valid_oplock_break()
674 smb2_handle_cancelled_mid(char *buffer, struct TCP_Server_Info *server) in smb2_handle_cancelled_mid()
Dsmb2pdu.c104 struct TCP_Server_Info *server = tcon->ses->server; in smb2_hdr_assemble()
161 struct TCP_Server_Info *server; in smb2_reconnect()
403 struct TCP_Server_Info *server = ses->server; in SMB2_negotiate()
634 struct TCP_Server_Info *server = ses->server; in SMB2_sess_alloc_buffer()
986 struct TCP_Server_Info *server = ses->server; in SMB2_sess_setup()
1024 struct TCP_Server_Info *server; in SMB2_logoff()
1081 struct TCP_Server_Info *server; in SMB2_tcon()
1205 struct TCP_Server_Info *server; in SMB2_tdis()
1279 parse_lease_state(struct TCP_Server_Info *server, struct smb2_create_rsp *rsp, in parse_lease_state()
1308 add_lease_context(struct TCP_Server_Info *server, struct kvec *iov, in add_lease_context()
[all …]
Dfscache.c26 void cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) in cifs_fscache_get_client_cookie()
35 void cifs_fscache_release_client_cookie(struct TCP_Server_Info *server) in cifs_fscache_release_client_cookie()
45 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fscache_get_super_cookie()
Dfile.c184 struct TCP_Server_Info *server = tcon->ses->server; in cifs_nt_open()
287 struct TCP_Server_Info *server = tcon->ses->server; in cifs_new_fileinfo()
370 struct TCP_Server_Info *server = tcon->ses->server; in cifsFileInfo_put()
417 struct TCP_Server_Info *server = tcon->ses->server; in cifsFileInfo_put()
458 struct TCP_Server_Info *server; in cifs_open()
618 struct TCP_Server_Info *server; in cifs_reopen_file()
821 struct TCP_Server_Info *server; in cifs_closedir()
904 struct TCP_Server_Info *server = tlink_tcon(cfile->tlink)->ses->server; in cifs_find_fid_lock_conflict()
961 struct TCP_Server_Info *server = tlink_tcon(cfile->tlink)->ses->server; in cifs_lock_test()
1306 bool *wait_flag, struct TCP_Server_Info *server) in cifs_read_flock()
[all …]
Dsmb2ops.c34 change_conf(struct TCP_Server_Info *server) in change_conf()
67 smb2_add_credits(struct TCP_Server_Info *server, const unsigned int add, in smb2_add_credits()
99 smb2_set_credits(struct TCP_Server_Info *server, const int val) in smb2_set_credits()
107 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field()
126 smb2_wait_mtu_credits(struct TCP_Server_Info *server, unsigned int size, in smb2_wait_mtu_credits()
173 smb2_get_next_mid(struct TCP_Server_Info *server) in smb2_get_next_mid()
184 smb2_find_mid(struct TCP_Server_Info *server, char *buf) in smb2_find_mid()
222 smb2_need_neg(struct TCP_Server_Info *server) in smb2_need_neg()
242 struct TCP_Server_Info *server = tcon->ses->server; in smb2_negotiate_wsize()
258 struct TCP_Server_Info *server = tcon->ses->server; in smb2_negotiate_rsize()
[all …]
Dcifs_debug.h27 void cifs_dump_mids(struct TCP_Server_Info *);
Dinode.c663 struct TCP_Server_Info *server = tcon->ses->server;
725 struct TCP_Server_Info *server;
1109 struct TCP_Server_Info *server;
1311 struct TCP_Server_Info *server;
1462 struct TCP_Server_Info *server = tcon->ses->server;
1552 struct TCP_Server_Info *server;
1616 struct TCP_Server_Info *server;
1683 struct TCP_Server_Info *server;
2107 struct TCP_Server_Info *server;
Dmisc.c308 checkSMB(char *buf, unsigned int total_read, struct TCP_Server_Info *server) in checkSMB()
392 is_valid_oplock_break(char *buffer, struct TCP_Server_Info *srv) in is_valid_oplock_break()
Ddir.c229 struct TCP_Server_Info *server = tcon->ses->server; in cifs_do_create()
464 struct TCP_Server_Info *server; in cifs_atomic_open()
580 struct TCP_Server_Info *server; in cifs_create()
Dcifs_spnego.c101 struct TCP_Server_Info *server = sesInfo->server; in cifs_get_spnego_key()
Dlink.c550 struct TCP_Server_Info *server; in cifs_hardlink()
640 struct TCP_Server_Info *server; in cifs_get_link()
Dcache.c66 const struct TCP_Server_Info *server = cookie_netfs_data; in cifs_server_get_key()
Dcifsfs.c190 struct TCP_Server_Info *server = tcon->ses->server; in cifs_statfs()
218 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fallocate()
308 cifs_show_address(struct seq_file *s, struct TCP_Server_Info *server) in cifs_show_address()
Dreaddir.c276 struct TCP_Server_Info *server; in initiate_cifs_search()
575 struct TCP_Server_Info *server = tcon->ses->server; in find_cifs_entry()
Dasn1.c495 struct TCP_Server_Info *server) in decode_negTokenInit()

12