Searched refs:cifs_negotiate_protocol (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsproto.h | 282 extern int cifs_negotiate_protocol(const unsigned int xid,
|
H A D | connect.c | 3055 rc = cifs_negotiate_protocol(xid, ses); in cifs_get_smb_ses() 3128 rc = cifs_negotiate_protocol(xid, ses); in cifs_get_smb_ses() 5030 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses) in cifs_negotiate_protocol() function
|
H A D | sess.c | 280 rc = cifs_negotiate_protocol(xid, ses); in cifs_ses_add_channel()
|
H A D | smb2pdu.c | 275 rc = cifs_negotiate_protocol(0, tcon->ses); in smb2_reconnect()
|
H A D | cifssmb.c | 220 rc = cifs_negotiate_protocol(0, ses); in cifs_reconnect_tcon()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsproto.h | 316 extern int cifs_negotiate_protocol(const unsigned int xid,
|
H A D | connect.c | 2266 rc = cifs_negotiate_protocol(xid, ses, server); in cifs_get_smb_ses() 2348 rc = cifs_negotiate_protocol(xid, ses, server); in cifs_get_smb_ses() 3824 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses, in cifs_negotiate_protocol() function
|
H A D | sess.c | 647 rc = cifs_negotiate_protocol(xid, ses, chan->server); in cifs_ses_add_channel()
|
H A D | smb2pdu.c | 353 rc = cifs_negotiate_protocol(0, ses, server); in smb2_reconnect()
|
H A D | cifssmb.c | 155 rc = cifs_negotiate_protocol(0, ses, server); in cifs_reconnect_tcon()
|
Completed in 50 milliseconds