Searched refs:cifsSesInfo (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/fs/cifs/ |
D | cifsproto.h | 70 extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *, 74 extern int SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses, 76 extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *, 105 struct cifsSesInfo *ses, 107 extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, 155 struct cifsSesInfo *ses); 156 extern int cifs_setup_session(unsigned int xid, struct cifsSesInfo *ses, 158 extern int CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses); 160 extern int CIFSTCon(unsigned int xid, struct cifsSesInfo *ses, 195 extern int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, [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 | 70 struct cifsSesInfo * 73 struct cifsSesInfo *ret_buf; in sesInfoAlloc() 75 ret_buf = kzalloc(sizeof(struct cifsSesInfo), GFP_KERNEL); in sesInfoAlloc() 88 sesInfoFree(struct cifsSesInfo *buf_to_free) in sesInfoFree() 302 struct cifsSesInfo *ses; in header_assemble() 364 ses = list_entry(temp_item, struct cifsSesInfo, smb_ses_list); in header_assemble() 512 struct cifsSesInfo *ses; in is_valid_oplock_break() 571 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list); in is_valid_oplock_break()
|
D | cifsencrypt.c | 232 int setup_ntlm_response(struct cifsSesInfo *ses) in setup_ntlm_response() 315 build_avpair_blob(struct cifsSesInfo *ses, const struct nls_table *nls_cp) in build_avpair_blob() 403 find_domain_name(struct cifsSesInfo *ses, const struct nls_table *nls_cp) in find_domain_name() 448 static int calc_ntlmv2_hash(struct cifsSesInfo *ses, char *ntlmv2_hash, in calc_ntlmv2_hash() 530 CalcNTLMv2_response(const struct cifsSesInfo *ses, char *ntlmv2_hash) in CalcNTLMv2_response() 566 setup_ntlmv2_rsp(struct cifsSesInfo *ses, const struct nls_table *nls_cp) in setup_ntlmv2_rsp() 652 calc_seckey(struct cifsSesInfo *ses) in calc_seckey()
|
D | cifs_spnego.h | 44 extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo);
|
D | cifs_debug.c | 113 struct cifsSesInfo *ses; in cifs_debug_data_proc_show() 155 ses = list_entry(tmp2, struct cifsSesInfo, in cifs_debug_data_proc_show() 259 struct cifsSesInfo *ses; in cifs_stats_proc_write() 276 ses = list_entry(tmp2, struct cifsSesInfo, in cifs_stats_proc_write() 315 struct cifsSesInfo *ses; in cifs_stats_proc_show() 349 ses = list_entry(tmp2, struct cifsSesInfo, in cifs_stats_proc_show()
|
D | transport.c | 305 static int allocate_mid(struct cifsSesInfo *ses, struct smb_hdr *in_buf, in allocate_mid() 417 SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses, in SendReceiveNoRsp() 512 SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, in SendReceive2() 677 SendReceive(const unsigned int xid, struct cifsSesInfo *ses, in SendReceive() 835 struct cifsSesInfo *ses = tcon->ses; in send_lock_cancel() 860 struct cifsSesInfo *ses; in SendReceiveBlockingLock()
|
D | connect.c | 137 struct cifsSesInfo *ses; in cifs_reconnect() 159 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list); in cifs_reconnect() 1813 static struct cifsSesInfo * 1816 struct cifsSesInfo *ses; in cifs_find_smb_ses() 1848 cifs_put_smb_ses(struct cifsSesInfo *ses) in cifs_put_smb_ses() 1874 static struct cifsSesInfo * 1878 struct cifsSesInfo *ses; in cifs_get_smb_ses() 1982 cifs_find_tcon(struct cifsSesInfo *ses, const char *unc) in cifs_find_tcon() 2007 struct cifsSesInfo *ses = tcon->ses; in cifs_put_tcon() 2029 cifs_get_tcon(struct cifsSesInfo *ses, struct smb_vol *volume_info) in cifs_get_tcon() [all …]
|
D | cifs_spnego.c | 98 cifs_get_spnego_key(struct cifsSesInfo *sesInfo) in cifs_get_spnego_key()
|
D | cifsglob.h | 257 struct cifsSesInfo { struct 300 struct cifsSesInfo *ses; /* pointer to session associated with */ argument
|
D | cifs_dfs_ref.c | 275 struct cifsSesInfo *ses; in cifs_dfs_do_automount()
|
D | cifssmb.c | 110 struct cifsSesInfo *ses; in cifs_reconnect_tcon() 255 struct cifsSesInfo *ses, void **request_buf) in small_smb_init_no_tc() 361 CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) in CIFSSMBNegotiate() 750 CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses) in CIFSSMBLogoff() 4172 CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, in CIFSGetDFSRefer()
|