Searched refs:nlsc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | dfs.c | 547 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() argument 584 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 599 cifs_sb ? cifs_sb->local_nls : nlsc); in cifs_tree_connect()
|
D | cifsproto.h | 311 const struct nls_table *nlsc);
|
D | connect.c | 4172 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() argument 4193 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|