Searched refs:cifs_tree_connect (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | dfs.c | 549 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
|
D | cifsproto.h | 315 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
|
D | connect.c | 4327 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() function
|
D | smb2pdu.c | 409 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
|
D | cifssmb.c | 169 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()
|