Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsproto.h295 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
Dconnect.c4631 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
4705 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
Dsmb2pdu.c312 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
Dcifssmb.c195 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()