Home
last modified time | relevance | path

Searched refs:nls_codepage (Results 1 – 9 of 9) sorted by relevance

/fs/cifs/
Dcifsproto.h292 const struct nls_table *nls_codepage, int remap);
295 const struct nls_table *nls_codepage, int remap);
303 const struct nls_table *nls_codepage, int remap);
309 const struct nls_table *nls_codepage, int remap);
314 const struct nls_table *nls_codepage, int remap,
335 const struct nls_table *nls_codepage,
347 const struct nls_table *nls_codepage);
374 const struct nls_table *nls_codepage,
384 const struct nls_table *nls_codepage,
393 const struct nls_table *nls_codepage,
[all …]
Dcifssmb.c211 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local
278 nls_codepage = load_nls_default(); in cifs_reconnect_tcon()
299 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon()
308 rc = __cifs_reconnect_tcon(nls_codepage, tcon); in cifs_reconnect_tcon()
344 unload_nls(nls_codepage); in cifs_reconnect_tcon()
922 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument
942 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
1128 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument
1150 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
1294 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument
[all …]
Ddfs_cache.c608 const struct nls_table *nls_codepage, int remap, in update_cache_entry() argument
622 if (unlikely(!nls_codepage)) in update_cache_entry()
628 nls_codepage, remap); in update_cache_entry()
651 const struct nls_table *nls_codepage, int remap, in do_dfs_cache_find() argument
680 if (unlikely(!nls_codepage)) { in do_dfs_cache_find()
692 &numnrefs, nls_codepage, in do_dfs_cache_find()
725 ce = update_cache_entry(xid, ses, nls_codepage, remap, path, in do_dfs_cache_find()
836 const struct nls_table *nls_codepage, int remap, in dfs_cache_find() argument
849 ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_find()
930 const struct nls_table *nls_codepage, int remap, in dfs_cache_update_tgthint() argument
[all …]
Ddfs_cache.h30 const struct nls_table *nls_codepage, int remap,
37 const struct nls_table *nls_codepage,
Dmisc.c684 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument
736 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
739 nls_codepage); in parse_dfs_referrals()
751 is_unicode, nls_codepage); in parse_dfs_referrals()
761 is_unicode, nls_codepage); in parse_dfs_referrals()
Dconnect.c2938 struct nls_table *nls_codepage; in cifs_setup_ipc() local
2964 nls_codepage = load_nls_default(); in cifs_setup_ipc()
2970 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc()
2983 unload_nls(nls_codepage); in cifs_setup_ipc()
5005 const struct nls_table *nls_codepage) in CIFSTCon() argument
5059 bcc_ptr, nls_codepage); in CIFSTCon()
5089 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
5145 nls_codepage); in CIFSTCon()
Dsmb1ops.c918 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument
924 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
Dsmb2pdu.c242 struct nls_table *nls_codepage; in smb2_reconnect() local
333 nls_codepage = load_nls_default(); in smb2_reconnect()
354 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect()
373 rc = __smb2_reconnect(nls_codepage, tcon); in smb2_reconnect()
409 unload_nls(nls_codepage); in smb2_reconnect()
Dsmb2ops.c1096 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument
2439 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument
2474 nls_codepage, remap); in smb2_get_dfs_refer()
2511 nls_codepage, remap, search_name, in smb2_get_dfs_refer()