Searched refs:nls_codepage (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifsproto.h | 253 const struct nls_table *nls_codepage, int remap); 256 const struct nls_table *nls_codepage, int remap); 264 const struct nls_table *nls_codepage, int remap); 270 const struct nls_table *nls_codepage, int remap); 274 const struct nls_table *nls_codepage, 296 const struct nls_table *nls_codepage, 308 const struct nls_table *nls_codepage); 335 const struct nls_table *nls_codepage, 344 const struct nls_table *nls_codepage, 353 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() 788 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 808 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 1001 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument 1023 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() 1169 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument [all …]
|
D | connect.c | 2773 const struct nls_table *nls_codepage, unsigned int *num_referrals, in get_dfs_path() argument 2796 nls_codepage); in get_dfs_path() 2803 nls_codepage, remap); in get_dfs_path() 3642 const struct nls_table *nls_codepage) in CIFSTCon() argument 3696 bcc_ptr, nls_codepage); in CIFSTCon() 3726 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon() 3781 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()
|