Searched refs:nlsc (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs.c | 555 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() argument 597 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 612 cifs_sb ? cifs_sb->local_nls : nlsc); in cifs_tree_connect()
|
H A D | cifsproto.h | 314 const struct nls_table *nlsc);
|
H A D | connect.c | 4228 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() argument 4254 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 5350 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() argument 5374 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 5376 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect() 5422 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 5425 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 5451 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) in cifs_tree_connect() argument 5455 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
|
H A D | cifsproto.h | 280 const struct nls_table *nlsc);
|
Completed in 13 milliseconds