Home
last modified time | relevance | path

Searched refs:SMB3_request_interfaces (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/smb/client/
Dcifsproto.h658 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
Dsmb2ops.c758 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()
Dconnect.c129 rc = SMB3_request_interfaces(0, tcon, false); in smb2_query_server_interfaces()
Dsmb2pdu.c419 rc = SMB3_request_interfaces(xid, tcon, false); in smb2_reconnect()