Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsproto.h309 const struct nls_table *nls_codepage, int remap);
312 const struct nls_table *nls_codepage, int remap);
320 const struct nls_table *nls_codepage, int remap);
326 const struct nls_table *nls_codepage, int remap);
331 const struct nls_table *nls_codepage, int remap,
352 const struct nls_table *nls_codepage,
364 const struct nls_table *nls_codepage);
391 const struct nls_table *nls_codepage,
401 const struct nls_table *nls_codepage,
410 const struct nls_table *nls_codepage,
[all …]
Ddfs_cache.h31 const struct nls_table *nls_codepage, int remap,
38 const struct nls_table *nls_codepage,
Dcifssmb.c134 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local
201 nls_codepage = load_nls_default(); in cifs_reconnect_tcon()
222 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon()
231 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()
267 unload_nls(nls_codepage); in cifs_reconnect_tcon()
849 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument
869 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
1055 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument
1077 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
1221 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument
[all …]
Ddfs_cache.c659 const struct nls_table *nls_codepage, int remap, in get_dfs_referral() argument
667 if (unlikely(!nls_codepage)) in get_dfs_referral()
674 nls_codepage, remap); in get_dfs_referral()
702 const struct nls_table *nls_codepage, int remap, in __dfs_cache_find() argument
745 rc = get_dfs_referral(xid, ses, nls_codepage, remap, path, in __dfs_cache_find()
878 const struct nls_table *nls_codepage, int remap, in dfs_cache_find() argument
890 rc = __dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_find()
987 const struct nls_table *nls_codepage, int remap, in dfs_cache_update_tgthint() argument
1002 rc = __dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_update_tgthint()
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.c2714 struct nls_table *nls_codepage; in cifs_setup_ipc() local
2740 nls_codepage = load_nls_default(); in cifs_setup_ipc()
2746 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc()
2759 unload_nls(nls_codepage); in cifs_setup_ipc()
4815 const struct nls_table *nls_codepage) in CIFSTCon() argument
4869 bcc_ptr, nls_codepage); in CIFSTCon()
4899 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
4954 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.c160 struct nls_table *nls_codepage; in smb2_reconnect() local
248 nls_codepage = load_nls_default(); in smb2_reconnect()
277 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect()
301 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
337 unload_nls(nls_codepage); in smb2_reconnect()
Dsmb2ops.c1132 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument
2678 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument
2713 nls_codepage, remap); in smb2_get_dfs_refer()
2748 nls_codepage, remap, search_name, in smb2_get_dfs_refer()