Searched refs:nls_codepage (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | cifsproto.h | 251 const struct nls_table *nls_codepage, int remap); 254 const struct nls_table *nls_codepage, int remap); 262 const struct nls_table *nls_codepage, int remap); 268 const struct nls_table *nls_codepage, int remap); 272 const struct nls_table *nls_codepage, 294 const struct nls_table *nls_codepage, 306 const struct nls_table *nls_codepage); 333 const struct nls_table *nls_codepage, 342 const struct nls_table *nls_codepage, 351 const struct nls_table *nls_codepage, [all …]
|
D | cifssmb.c | 121 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local 174 nls_codepage = load_nls_default(); in cifs_reconnect_tcon() 183 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon() 192 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon() 226 unload_nls(nls_codepage); in cifs_reconnect_tcon() 789 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 809 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 1002 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument 1024 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() 1170 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument [all …]
|
D | connect.c | 2854 const struct nls_table *nls_codepage, unsigned int *num_referrals, in get_dfs_path() argument 2877 nls_codepage); in get_dfs_path() 2884 nls_codepage, remap); in get_dfs_path() 3734 const struct nls_table *nls_codepage) in CIFSTCon() argument 3788 bcc_ptr, nls_codepage); in CIFSTCon() 3818 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon() 3873 nls_codepage); in CIFSTCon()
|
D | smb2pdu.c | 148 struct nls_table *nls_codepage; in smb2_reconnect() local 225 nls_codepage = load_nls_default(); in smb2_reconnect() 234 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect() 242 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nls_codepage); in smb2_reconnect() 269 unload_nls(nls_codepage); in smb2_reconnect()
|
D | smb1ops.c | 924 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument 931 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, in cifs_unix_dfs_readlink()
|