Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifsproto.h279 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
Dconnect.c5350 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
5451 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
Dsmb2pdu.c304 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
Dcifssmb.c231 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()