Searched refs:cifs_setup_session (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | cifsproto.h | 321 extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
|
D | connect.c | 2274 rc = cifs_setup_session(xid, ses, server, in cifs_get_smb_ses() 2355 rc = cifs_setup_session(xid, ses, server, ctx->local_nls); in cifs_get_smb_ses() 3931 cifs_setup_session(const unsigned int xid, struct cifs_ses *ses, in cifs_setup_session() function
|
D | sess.c | 604 rc = cifs_setup_session(xid, ses, chan->server, ses->local_nls); in cifs_ses_add_channel()
|
D | smb2pdu.c | 375 rc = cifs_setup_session(0, ses, server, nls_codepage); in smb2_reconnect()
|
D | cifssmb.c | 159 rc = cifs_setup_session(0, ses, server, nls_codepage); in cifs_reconnect_tcon()
|