Lines Matching refs:ses
103 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
104 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
108 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
117 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses,
194 struct cifs_ses *ses,
198 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
340 struct cifs_ses *ses,
342 extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
347 struct cifs_ses *ses,
350 extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
385 extern int CIFSGetDFSRefer(const unsigned int xid, struct cifs_ses *ses,
557 extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses);
576 extern int generate_smb30signingkey(struct cifs_ses *ses,
578 extern int generate_smb311signingkey(struct cifs_ses *ses,
618 void __cifs_put_smb_ses(struct cifs_ses *ses);
644 int cifs_try_adding_channels(struct cifs_ses *ses);
645 bool is_ses_using_iface(struct cifs_ses *ses, struct cifs_server_iface *iface);
646 void cifs_ses_mark_for_reconnect(struct cifs_ses *ses);
649 cifs_ses_get_chan_index(struct cifs_ses *ses,
652 cifs_chan_set_in_reconnect(struct cifs_ses *ses,
655 cifs_chan_clear_in_reconnect(struct cifs_ses *ses,
658 cifs_chan_set_need_reconnect(struct cifs_ses *ses,
661 cifs_chan_clear_need_reconnect(struct cifs_ses *ses,
664 cifs_chan_needs_reconnect(struct cifs_ses *ses,
667 cifs_chan_is_iface_active(struct cifs_ses *ses,
670 cifs_disable_secondary_channels(struct cifs_ses *ses);
672 cifs_chan_update_iface(struct cifs_ses *ses, struct TCP_Server_Info *server);
701 static inline int get_dfs_path(const unsigned int xid, struct cifs_ses *ses, in get_dfs_path() argument
706 return dfs_cache_find(xid, ses, nls_codepage, remap, old_path, in get_dfs_path()
740 static inline void cifs_put_smb_ses(struct cifs_ses *ses) in cifs_put_smb_ses() argument
742 __cifs_put_smb_ses(ses); in cifs_put_smb_ses()
753 static inline void cifs_smb_ses_inc_refcount(struct cifs_ses *ses) in cifs_smb_ses_inc_refcount() argument
756 ses->ses_count++; in cifs_smb_ses_inc_refcount()