Searched refs:nls_codepage (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | cifsproto.h | 267 const struct nls_table *nls_codepage, int remap); 270 const struct nls_table *nls_codepage, int remap); 278 const struct nls_table *nls_codepage, int remap); 284 const struct nls_table *nls_codepage, int remap); 288 const struct nls_table *nls_codepage, 294 const struct nls_table *nls_codepage, int remap, 315 const struct nls_table *nls_codepage, 327 const struct nls_table *nls_codepage); 354 const struct nls_table *nls_codepage, 363 const struct nls_table *nls_codepage, [all …]
|
D | cifssmb.c | 121 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local 180 nls_codepage = load_nls_default(); in cifs_reconnect_tcon() 201 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon() 210 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon() 244 unload_nls(nls_codepage); in cifs_reconnect_tcon() 818 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 838 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 1031 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument 1053 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() 1199 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument [all …]
|
D | misc.c | 667 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument 719 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals() 722 nls_codepage); in parse_dfs_referrals() 734 is_unicode, nls_codepage); in parse_dfs_referrals() 744 is_unicode, nls_codepage); in parse_dfs_referrals()
|
D | connect.c | 3105 const struct nls_table *nls_codepage, unsigned int *num_referrals, in get_dfs_path() argument 3128 nls_codepage); in get_dfs_path() 3135 nls_codepage, remap); in get_dfs_path() 4041 const struct nls_table *nls_codepage) in CIFSTCon() argument 4095 bcc_ptr, nls_codepage); in CIFSTCon() 4125 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon() 4180 nls_codepage); in CIFSTCon()
|
D | smb1ops.c | 933 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument 940 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, in cifs_unix_dfs_readlink()
|
D | smb2pdu.c | 157 struct nls_table *nls_codepage; in smb2_reconnect() local 240 nls_codepage = load_nls_default(); in smb2_reconnect() 261 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect() 277 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nls_codepage); in smb2_reconnect() 310 unload_nls(nls_codepage); in smb2_reconnect()
|
D | smb2ops.c | 619 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument 1404 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument 1435 nls_codepage, remap); in smb2_get_dfs_refer() 1478 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
|