/fs/cifs/ |
D | cifsproto.h | 48 extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *, 52 extern int SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses, 54 extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *, 80 struct cifsSesInfo *ses, 82 extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, 116 extern int cifs_setup_session(unsigned int xid, struct cifsSesInfo *pSesInfo, 118 extern int CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses); 120 extern int CIFSTCon(unsigned int xid, struct cifsSesInfo *ses, 151 extern int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, 157 extern int get_dfs_path(int xid, struct cifsSesInfo *pSesInfo, [all …]
|
D | sess.c | 40 static bool is_first_ses_reconnect(struct cifsSesInfo *ses) in is_first_ses_reconnect() 43 struct cifsSesInfo *tmp_ses; in is_first_ses_reconnect() 46 tmp_ses = list_entry(tmp, struct cifsSesInfo, in is_first_ses_reconnect() 64 static __le16 get_next_vcnum(struct cifsSesInfo *ses) in get_next_vcnum() 68 struct cifsSesInfo *tmp_ses; in get_next_vcnum() 90 tmp_ses = list_entry(tmp, struct cifsSesInfo, in get_next_vcnum() 117 static __u32 cifs_ssetup_hdr(struct cifsSesInfo *ses, SESSION_SETUP_ANDX *pSMB) in cifs_ssetup_hdr() 184 static void unicode_domain_string(char **pbcc_area, struct cifsSesInfo *ses, in unicode_domain_string() 207 static void unicode_ssetup_strings(char **pbcc_area, struct cifsSesInfo *ses, in unicode_ssetup_strings() 239 static void ascii_ssetup_strings(char **pbcc_area, struct cifsSesInfo *ses, in ascii_ssetup_strings() [all …]
|
D | misc.c | 71 struct cifsSesInfo * 74 struct cifsSesInfo *ret_buf; in sesInfoAlloc() 76 ret_buf = kzalloc(sizeof(struct cifsSesInfo), GFP_KERNEL); in sesInfoAlloc() 89 sesInfoFree(struct cifsSesInfo *buf_to_free) in sesInfoFree() 291 struct cifsSesInfo *ses; in header_assemble() 353 ses = list_entry(temp_item, struct cifsSesInfo, smb_ses_list); in header_assemble() 499 struct cifsSesInfo *ses; in is_valid_oplock_break() 558 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list); in is_valid_oplock_break()
|
D | transport.c | 299 static int wait_for_free_request(struct cifsSesInfo *ses, const int long_op) in wait_for_free_request() 341 static int allocate_mid(struct cifsSesInfo *ses, struct smb_hdr *in_buf, in allocate_mid() 366 static int wait_for_response(struct cifsSesInfo *ses, in wait_for_response() 421 SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses, in SendReceiveNoRsp() 438 SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, in SendReceive2() 634 SendReceive(const unsigned int xid, struct cifsSesInfo *ses, in SendReceive() 824 struct cifsSesInfo *ses = tcon->ses; in send_nt_cancel() 849 struct cifsSesInfo *ses = tcon->ses; in send_lock_cancel() 874 struct cifsSesInfo *ses; in SendReceiveBlockingLock()
|
D | cifsencrypt.c | 225 int CalcNTLMv2_partial_mac_key(struct cifsSesInfo *ses, in CalcNTLMv2_partial_mac_key() 321 static int calc_ntlmv2_hash(struct cifsSesInfo *ses, in calc_ntlmv2_hash() 379 void setup_ntlmv2_rsp(struct cifsSesInfo *ses, char *resp_buf, in setup_ntlmv2_rsp() 412 void CalcNTLMv2_response(const struct cifsSesInfo *ses, in CalcNTLMv2_response()
|
D | cifs_debug.c | 113 struct cifsSesInfo *ses; in cifs_debug_data_proc_show() 132 ses = list_entry(tmp2, struct cifsSesInfo, in cifs_debug_data_proc_show() 236 struct cifsSesInfo *ses; in cifs_stats_proc_write() 253 ses = list_entry(tmp2, struct cifsSesInfo, in cifs_stats_proc_write() 290 struct cifsSesInfo *ses; in cifs_stats_proc_show() 324 ses = list_entry(tmp2, struct cifsSesInfo, in cifs_stats_proc_show()
|
D | cifs_spnego.h | 44 extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo);
|
D | connect.c | 121 struct cifsSesInfo *ses; in cifs_reconnect() 142 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list); in cifs_reconnect() 331 struct cifsSesInfo *ses; in cifs_demultiplex_thread() 689 ses = list_entry(tmp, struct cifsSesInfo, in cifs_demultiplex_thread() 700 ses = list_entry(tmp, struct cifsSesInfo, in cifs_demultiplex_thread() 742 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list); in cifs_demultiplex_thread() 1555 static struct cifsSesInfo * 1559 struct cifsSesInfo *ses; in cifs_find_smb_ses() 1563 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list); in cifs_find_smb_ses() 1576 cifs_put_smb_ses(struct cifsSesInfo *ses) in cifs_put_smb_ses() [all …]
|
D | cifsglob.h | 203 struct cifsSesInfo { struct 246 struct cifsSesInfo *ses; /* pointer to session associated with */ argument
|
D | cifs_spnego.c | 93 cifs_get_spnego_key(struct cifsSesInfo *sesInfo) in cifs_get_spnego_key()
|
D | cifs_dfs_ref.c | 308 struct cifsSesInfo *ses; in cifs_dfs_follow_mountpoint()
|
D | cifssmb.c | 262 struct cifsSesInfo *ses, void **request_buf) in small_smb_init_no_tc() 447 CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) in CIFSSMBNegotiate() 778 CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses) in CIFSSMBLogoff() 4035 CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, in CIFSGetDFSRefer()
|