Searched refs:SMB3_request_interfaces (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | cifsproto.h | 658 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
|
D | smb2ops.c | 758 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() function 833 SMB3_request_interfaces(xid, tcon, true /* called during mount */); in smb3_qfs_tcon()
|
D | connect.c | 129 rc = SMB3_request_interfaces(0, tcon, false); in smb2_query_server_interfaces()
|
D | smb2pdu.c | 419 rc = SMB3_request_interfaces(xid, tcon, false); in smb2_reconnect()
|