Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsproto.h291 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
Dconnect.c4144 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
4245 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
Dsmb2pdu.c288 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
Dcifssmb.c202 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()