Home
last modified time | relevance | path

Searched refs:nlsc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/smb/client/
Ddfs.c549 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()
Dcifsproto.h316 const struct nls_table *nlsc);
Dconnect.c4327 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()