Searched refs:nlsc (Results 1 – 3 of 3) 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() argument 591 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 606 cifs_sb ? cifs_sb->local_nls : nlsc); in cifs_tree_connect()
|
D | cifsproto.h | 316 const struct nls_table *nlsc);
|
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() argument 4353 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|