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,
281 struct cifs_ses *ses);
282 extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
285 extern int CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses);
287 extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
322 extern int CIFSGetDFSRefer(const unsigned int xid, struct cifs_ses *ses,
479 extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses);
564 extern void cifs_put_smb_ses(struct cifs_ses *ses);
606 cifs_ses_find_chan(struct cifs_ses *ses, struct TCP_Server_Info *server);
607 int cifs_try_adding_channels(struct cifs_ses *ses);
608 int cifs_ses_add_channel(struct cifs_ses *ses,
612 bool is_ses_using_iface(struct cifs_ses *ses, struct cifs_server_iface *iface);
625 static inline int get_dfs_path(const unsigned int xid, struct cifs_ses *ses, in get_dfs_path() argument
630 return dfs_cache_find(xid, ses, nls_codepage, remap, old_path, in get_dfs_path()