Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsproto.h279 const struct nls_table *nls_codepage, int remap);
282 const struct nls_table *nls_codepage, int remap);
290 const struct nls_table *nls_codepage, int remap);
296 const struct nls_table *nls_codepage, int remap);
300 const struct nls_table *nls_codepage,
306 const struct nls_table *nls_codepage, int remap,
327 const struct nls_table *nls_codepage,
339 const struct nls_table *nls_codepage);
366 const struct nls_table *nls_codepage,
375 const struct nls_table *nls_codepage,
[all …]
Dcifssmb.c128 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local
187 nls_codepage = load_nls_default(); in cifs_reconnect_tcon()
208 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon()
217 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()
253 unload_nls(nls_codepage); in cifs_reconnect_tcon()
830 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument
850 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
1043 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument
1065 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
1211 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument
[all …]
Dmisc.c661 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument
713 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
716 nls_codepage); in parse_dfs_referrals()
728 is_unicode, nls_codepage); in parse_dfs_referrals()
738 is_unicode, nls_codepage); in parse_dfs_referrals()
Dconnect.c2644 struct nls_table *nls_codepage; in cifs_setup_ipc() local
2669 nls_codepage = load_nls_default(); in cifs_setup_ipc()
2675 rc = ses->server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc()
2688 unload_nls(nls_codepage); in cifs_setup_ipc()
3406 const struct nls_table *nls_codepage, unsigned int *num_referrals, in get_dfs_path() argument
3419 nls_codepage, remap); in get_dfs_path()
4325 const struct nls_table *nls_codepage) in CIFSTCon() argument
4379 bcc_ptr, nls_codepage); in CIFSTCon()
4409 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
4465 nls_codepage); in CIFSTCon()
Dsmb1ops.c929 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument
936 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, in cifs_unix_dfs_readlink()
Dsmb2pdu.c159 struct nls_table *nls_codepage; in smb2_reconnect() local
242 nls_codepage = load_nls_default(); in smb2_reconnect()
263 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect()
282 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nls_codepage); in smb2_reconnect()
318 unload_nls(nls_codepage); in smb2_reconnect()
Dsmb2ops.c920 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument
1837 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument
1872 nls_codepage, remap); in smb2_get_dfs_refer()
1907 nls_codepage, remap, search_name, in smb2_get_dfs_refer()