Searched refs:nls_codepage (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | cifsproto.h | 323 const struct nls_table *nls_codepage, int remap); 326 const struct nls_table *nls_codepage, int remap); 334 const struct nls_table *nls_codepage, int remap); 340 const struct nls_table *nls_codepage, int remap); 345 const struct nls_table *nls_codepage, int remap, 366 const struct nls_table *nls_codepage, 400 const struct nls_table *nls_codepage, 410 const struct nls_table *nls_codepage, 419 const struct nls_table *nls_codepage, 427 const struct nls_table *nls_codepage, [all …]
|
| D | cifssmb.c | 105 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local 172 nls_codepage = load_nls_default(); in cifs_reconnect_tcon() 193 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon() 202 rc = cifs_tree_connect(0, tcon, nls_codepage); in cifs_reconnect_tcon() 238 unload_nls(nls_codepage); in cifs_reconnect_tcon() 732 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 752 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 941 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument 963 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() 1108 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument [all …]
|
| D | misc.c | 833 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument 885 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals() 888 nls_codepage); in parse_dfs_referrals() 900 is_unicode, nls_codepage); in parse_dfs_referrals() 910 is_unicode, nls_codepage); in parse_dfs_referrals()
|
| D | smb1ops.c | 919 const struct nls_table *nls_codepage) in cifs_unix_dfs_readlink() argument 925 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
|
| D | smb2pdu.c | 147 struct nls_table *nls_codepage; in smb2_reconnect() local 235 nls_codepage = load_nls_default(); in smb2_reconnect() 264 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect() 288 rc = cifs_tree_connect(0, tcon, nls_codepage); in smb2_reconnect() 324 unload_nls(nls_codepage); in smb2_reconnect()
|
| D | connect.c | 3659 const struct nls_table *nls_codepage) in CIFSTCon() argument 3711 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon() 3766 nls_codepage); in CIFSTCon()
|
| D | smb2ops.c | 1235 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument 2837 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument 2872 nls_codepage, remap); in smb2_get_dfs_refer() 2907 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
|