Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsproto.h646 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
Dsmb2ops.c753 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() function
817 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()