/fs/cifs/ |
D | cifsproto.h | 292 const struct nls_table *nls_codepage, int remap); 295 const struct nls_table *nls_codepage, int remap); 303 const struct nls_table *nls_codepage, int remap); 309 const struct nls_table *nls_codepage, int remap); 314 const struct nls_table *nls_codepage, int remap, 375 int remap); 406 const struct nls_table *nls_codepage, int remap); 410 const struct nls_table *nls_codepage, int remap); 422 const struct nls_table *nls_codepage, int remap); 427 const struct nls_table *nls_codepage, int remap); [all …]
|
D | cifssmb.c | 922 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 942 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 1002 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local 1013 remap); in CIFSSMBDelFile() 1046 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local 1058 remap); in CIFSSMBRmDir() 1090 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local 1102 remap); in CIFSSMBMkDir() 1129 int remap) in CIFSPOSIXCreate() argument 1150 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() [all …]
|
D | dfs_cache.h | 30 const struct nls_table *nls_codepage, int remap, 38 int remap, const char *path,
|
D | dfs_cache.c | 608 const struct nls_table *nls_codepage, int remap, in update_cache_entry() argument 628 nls_codepage, remap); in update_cache_entry() 651 const struct nls_table *nls_codepage, int remap, in do_dfs_cache_find() argument 693 remap); in do_dfs_cache_find() 725 ce = update_cache_entry(xid, ses, nls_codepage, remap, path, in do_dfs_cache_find() 836 const struct nls_table *nls_codepage, int remap, in dfs_cache_find() argument 849 ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_find() 930 const struct nls_table *nls_codepage, int remap, in dfs_cache_update_tgthint() argument 946 ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_update_tgthint() 1446 tcon->remap); in refresh_tcon()
|
D | cifs_unicode.c | 618 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16() argument 630 cifsConvertToUTF16(dst, src, strlen(src), cp, remap); in cifs_strndup_to_utf16()
|
D | cifs_unicode.h | 106 int remap);
|
D | misc.c | 684 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals() argument 736 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
|
D | connect.c | 1685 vol->remap = true; in cifs_parse_mount_options() 1803 vol->remap = false; /* disable SFM mapping */ in cifs_parse_mount_options() 1809 vol->remap = true; in cifs_parse_mount_options() 1813 vol->remap = false; in cifs_parse_mount_options() 4125 if (pvolume_info->remap) in cifs_setup_cifs_sb() 4756 tcon->remap = cifs_remap(cifs_sb); in set_root_tcon() 4934 tcon->remap = cifs_remap(cifs_sb); in cifs_mount()
|
D | cifsglob.h | 572 bool remap:1; /* set to remap seven reserved chars in filenames */ member 1125 int remap:2; member
|
D | smb2ops.c | 2439 const struct nls_table *nls_codepage, int remap) in smb2_get_dfs_refer() argument 2474 nls_codepage, remap); in smb2_get_dfs_refer() 2511 nls_codepage, remap, search_name, in smb2_get_dfs_refer()
|
/fs/ |
D | userfaultfd.c | 783 ewq.msg.arg.remap.from = from; in mremap_userfaultfd_complete() 784 ewq.msg.arg.remap.to = to; in mremap_userfaultfd_complete() 785 ewq.msg.arg.remap.len = len; in mremap_userfaultfd_complete()
|