Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsproto.h355 const struct nls_table *nls_codepage, int remap);
358 const struct nls_table *nls_codepage, int remap);
366 const struct nls_table *nls_codepage, int remap);
372 const struct nls_table *nls_codepage, int remap);
377 const struct nls_table *nls_codepage, int remap,
398 const struct nls_table *nls_codepage,
433 const struct nls_table *nls_codepage,
443 const struct nls_table *nls_codepage,
454 const struct nls_table *nls_codepage,
464 const struct nls_table *nls_codepage,
[all …]
H A 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 …]
H A 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()
H A 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()
H A Dconnect.c3781 const struct nls_table *nls_codepage) in CIFSTCon() argument
3832 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
3885 nls_codepage); in CIFSTCon()
H A Dsmb2ops.c1108 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument
2903 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument
2942 nls_codepage, remap); in smb2_get_dfs_refer()
2981 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
H A 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()