Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Ddfs.c547 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
Dcifsproto.h310 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
Dconnect.c4172 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
Dsmb2pdu.c309 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
Dcifssmb.c167 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()