Home
last modified time | relevance | path

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

/fs/smb/client/
Dcifsproto.h353 const struct nls_table *nls_codepage, int remap);
356 const struct nls_table *nls_codepage, int remap);
364 const struct nls_table *nls_codepage, int remap);
370 const struct nls_table *nls_codepage, int remap);
375 const struct nls_table *nls_codepage, int remap,
396 const struct nls_table *nls_codepage,
431 const struct nls_table *nls_codepage,
441 const struct nls_table *nls_codepage,
452 const struct nls_table *nls_codepage,
462 const struct nls_table *nls_codepage,
[all …]
Dcifssmb.c74 struct nls_table *nls_codepage = NULL; in cifs_reconnect_tcon() local
132 nls_codepage = ses->local_nls; in cifs_reconnect_tcon()
157 rc = cifs_setup_session(0, ses, server, nls_codepage); in cifs_reconnect_tcon()
167 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon()
665 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument
685 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
874 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument
896 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
1041 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument
1062 fileName, PATH_MAX, nls_codepage, remap); in SMBLegacyOpen()
[all …]
Dmisc.c901 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument
953 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
956 nls_codepage); in parse_dfs_referrals()
968 is_unicode, nls_codepage); in parse_dfs_referrals()
978 is_unicode, nls_codepage); in parse_dfs_referrals()
Dsmb1ops.c954 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument
960 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
Dconnect.c3703 const struct nls_table *nls_codepage) in CIFSTCon() argument
3754 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
3807 nls_codepage); in CIFSTCon()
Dsmb2ops.c1107 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument
2896 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument
2935 nls_codepage, remap); in smb2_get_dfs_refer()
2974 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
Dsmb2pdu.c217 struct nls_table *nls_codepage = NULL; in smb2_reconnect() local
334 nls_codepage = ses->local_nls; in smb2_reconnect()
372 rc = cifs_setup_session(0, ses, server, nls_codepage); in smb2_reconnect()
406 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()