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.h364 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,
480 const struct nls_table *nls_codepage);
510 const struct nls_table *nls_codepage,
559 const struct nls_table *nls_codepage,
568 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()
685 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
896 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
2388 PATH_MAX, nls_codepage, remap); in CIFSUnixCreateSymLink()
2411 PATH_MAX, nls_codepage, remap); in CIFSUnixCreateSymLink()
2685 count, is_unicode, nls_codepage); in CIFSSMBUnixQuerySymLink()
3142 PATH_MAX, nls_codepage, remap); in cifs_do_set_acl()
3934 struct nls_table *nls_codepage; in CIFSFindFirst() local
3949 nls_codepage = cifs_sb->local_nls; in CIFSFindFirst()
[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.c3695 const struct nls_table *nls_codepage) in CIFSTCon() argument
3746 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon()
3799 nls_codepage); in CIFSTCon()
H A 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()
H A Dsmb2pdu.c214 struct nls_table *nls_codepage = NULL; in smb2_reconnect() local
331 nls_codepage = ses->local_nls; in smb2_reconnect()
369 rc = cifs_setup_session(0, ses, server, nls_codepage); in smb2_reconnect()
403 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect()