Searched refs:cifs_setup_session (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | cifsproto.h | 317 extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
|
D | connect.c | 2275 rc = cifs_setup_session(xid, ses, server, in cifs_get_smb_ses() 2350 rc = cifs_setup_session(xid, ses, server, ctx->local_nls); in cifs_get_smb_ses() 3869 cifs_setup_session(const unsigned int xid, struct cifs_ses *ses, in cifs_setup_session() function
|
D | sess.c | 649 rc = cifs_setup_session(xid, ses, chan->server, ses->local_nls); in cifs_ses_add_channel()
|
D | smb2pdu.c | 369 rc = cifs_setup_session(0, ses, server, nls_codepage); in smb2_reconnect()
|
D | cifssmb.c | 157 rc = cifs_setup_session(0, ses, server, nls_codepage); in cifs_reconnect_tcon()
|