| /Linux-v5.4/fs/cifs/ |
| D | cifsproto.h | 291 const struct nls_table *nls_codepage, int remap); 294 const struct nls_table *nls_codepage, int remap); 302 const struct nls_table *nls_codepage, int remap); 308 const struct nls_table *nls_codepage, int remap); 313 const struct nls_table *nls_codepage, int remap, 334 const struct nls_table *nls_codepage, 346 const struct nls_table *nls_codepage); 373 const struct nls_table *nls_codepage, 383 const struct nls_table *nls_codepage, 392 const struct nls_table *nls_codepage, [all …]
|
| D | dfs_cache.h | 30 const struct nls_table *nls_codepage, int remap, 37 const struct nls_table *nls_codepage,
|
| D | cifssmb.c | 211 struct nls_table *nls_codepage; in cifs_reconnect_tcon() local 278 nls_codepage = load_nls_default(); in cifs_reconnect_tcon() 299 rc = cifs_setup_session(0, ses, nls_codepage); in cifs_reconnect_tcon() 308 rc = __cifs_reconnect_tcon(nls_codepage, tcon); in cifs_reconnect_tcon() 344 unload_nls(nls_codepage); in cifs_reconnect_tcon() 922 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 942 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 1128 const char *name, const struct nls_table *nls_codepage, in CIFSPOSIXCreate() argument 1150 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() 1294 const struct nls_table *nls_codepage, int remap) in SMBLegacyOpen() argument [all …]
|
| D | dfs_cache.c | 598 const struct nls_table *nls_codepage, int remap, in update_cache_entry() argument 612 if (unlikely(!nls_codepage)) in update_cache_entry() 618 nls_codepage, remap); in update_cache_entry() 641 const struct nls_table *nls_codepage, int remap, in do_dfs_cache_find() argument 670 if (unlikely(!nls_codepage)) { in do_dfs_cache_find() 682 &numnrefs, nls_codepage, in do_dfs_cache_find() 715 ce = update_cache_entry(xid, ses, nls_codepage, remap, path, in do_dfs_cache_find() 826 const struct nls_table *nls_codepage, int remap, in dfs_cache_find() argument 842 ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_find() 926 const struct nls_table *nls_codepage, int remap, in dfs_cache_update_tgthint() argument [all …]
|
| D | misc.c | 691 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument 743 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals() 746 nls_codepage); in parse_dfs_referrals() 758 is_unicode, nls_codepage); in parse_dfs_referrals() 768 is_unicode, nls_codepage); in parse_dfs_referrals()
|
| D | connect.c | 2903 struct nls_table *nls_codepage; in cifs_setup_ipc() local 2929 nls_codepage = load_nls_default(); in cifs_setup_ipc() 2935 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc() 2948 unload_nls(nls_codepage); in cifs_setup_ipc() 4946 const struct nls_table *nls_codepage) in CIFSTCon() argument 5000 bcc_ptr, nls_codepage); in CIFSTCon() 5030 (/* server len*/ + 256 /* share len */), nls_codepage); in CIFSTCon() 5086 nls_codepage); in CIFSTCon()
|
| 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 | 242 struct nls_table *nls_codepage; in smb2_reconnect() local 333 nls_codepage = load_nls_default(); in smb2_reconnect() 354 rc = cifs_setup_session(0, tcon->ses, nls_codepage); in smb2_reconnect() 365 rc = __smb2_reconnect(nls_codepage, tcon); in smb2_reconnect() 400 unload_nls(nls_codepage); in smb2_reconnect()
|
| D | smb2ops.c | 1076 const __u16 ea_value_len, const struct nls_table *nls_codepage, in smb2_set_ea() argument 2380 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument 2415 nls_codepage, remap); in smb2_get_dfs_refer() 2450 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
|