Lines Matching refs:ses
99 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
100 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
104 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
113 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses,
162 struct cifs_ses *ses,
166 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
283 struct cifs_ses *ses);
284 extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
287 extern int CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses);
289 extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
324 extern int CIFSGetDFSRefer(const unsigned int xid, struct cifs_ses *ses,
481 extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses);
566 extern void cifs_put_smb_ses(struct cifs_ses *ses);
608 cifs_ses_find_chan(struct cifs_ses *ses, struct TCP_Server_Info *server);
609 int cifs_try_adding_channels(struct cifs_ses *ses);
610 int cifs_ses_add_channel(struct cifs_ses *ses,
614 bool is_ses_using_iface(struct cifs_ses *ses, struct cifs_server_iface *iface);
627 static inline int get_dfs_path(const unsigned int xid, struct cifs_ses *ses, in get_dfs_path() argument
632 return dfs_cache_find(xid, ses, nls_codepage, remap, old_path, in get_dfs_path()