Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsproto.h311 const struct nls_table *nls_codepage, int remap);
314 const struct nls_table *nls_codepage, int remap);
322 const struct nls_table *nls_codepage, int remap);
328 const struct nls_table *nls_codepage, int remap);
333 const struct nls_table *nls_codepage, int remap,
354 const struct nls_table *nls_codepage,
366 const struct nls_table *nls_codepage);
393 const struct nls_table *nls_codepage,
403 const struct nls_table *nls_codepage,
412 const struct nls_table *nls_codepage,
[all …]
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.h31 const struct nls_table *nls_codepage, int remap,
38 const struct nls_table *nls_codepage,
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.c688 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument
740 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
743 nls_codepage); in parse_dfs_referrals()
755 is_unicode, nls_codepage); in parse_dfs_referrals()
765 is_unicode, nls_codepage); in parse_dfs_referrals()
Dconnect.c2732 struct nls_table *nls_codepage; in cifs_setup_ipc() local
2758 nls_codepage = load_nls_default(); in cifs_setup_ipc()
2764 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc()
2777 unload_nls(nls_codepage); in cifs_setup_ipc()
4835 const struct nls_table *nls_codepage) in CIFSTCon() argument
4889 bcc_ptr, nls_codepage); in CIFSTCon()
4919 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
4974 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()
304 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()
340 unload_nls(nls_codepage); in smb2_reconnect()
Dsmb2ops.c1138 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument
2710 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument
2745 nls_codepage, remap); in smb2_get_dfs_refer()
2781 nls_codepage, remap, search_name, in smb2_get_dfs_refer()