Searched refs:nls_codepage (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cifsproto.h | 278 const struct nls_table *nls_codepage, int remap); 281 const struct nls_table *nls_codepage, int remap); 289 const struct nls_table *nls_codepage, int remap); 295 const struct nls_table *nls_codepage, int remap); 299 const struct nls_table *nls_codepage, 305 const struct nls_table *nls_codepage, int remap, 326 const struct nls_table *nls_codepage, 338 const struct nls_table *nls_codepage); 365 const struct nls_table *nls_codepage, 374 const struct nls_table *nls_codepage, [all …]
|
D | cifssmb.c | 128 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 …]
|
D | misc.c | 650 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument 702 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals() 705 nls_codepage); in parse_dfs_referrals() 717 is_unicode, nls_codepage); in parse_dfs_referrals() 727 is_unicode, nls_codepage); in parse_dfs_referrals()
|
D | connect.c | 2535 struct nls_table *nls_codepage; in cifs_setup_ipc() local 2560 nls_codepage = load_nls_default(); in cifs_setup_ipc() 2566 rc = ses->server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc() 2579 unload_nls(nls_codepage); in cifs_setup_ipc() 3263 const struct nls_table *nls_codepage, unsigned int *num_referrals, in get_dfs_path() argument 3276 nls_codepage, remap); in get_dfs_path() 4182 const struct nls_table *nls_codepage) in CIFSTCon() argument 4236 bcc_ptr, nls_codepage); in CIFSTCon() 4266 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon() 4322 nls_codepage); in CIFSTCon()
|
D | smb1ops.c | 928 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument 935 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, in cifs_unix_dfs_readlink()
|
D | smb2pdu.c | 159 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() 274 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nls_codepage); in smb2_reconnect() 309 unload_nls(nls_codepage); in smb2_reconnect()
|
D | smb2ops.c | 845 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument 1752 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument 1787 nls_codepage, remap); in smb2_get_dfs_refer() 1822 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
|