Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 21 of 21) sorted by relevance

/fs/unicode/
A DREADME.utf8data6 http://www.unicode.org/Public/12.1.0/ucd/
10 https://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt
11 https://www.unicode.org/Public/12.1.0/ucd/DerivedAge.txt
12 https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt
13 https://www.unicode.org/Public/12.1.0/ucd/DerivedCoreProperties.txt
14 https://www.unicode.org/Public/12.1.0/ucd/NormalizationCorrections.txt
15 https://www.unicode.org/Public/12.1.0/ucd/NormalizationTest.txt
16 https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt
42 http://www.unicode.org/Public/UCD/latest/
44 Then, build under fs/unicode/ with REGENERATE_UTF8DATA=1:
[all …]
A DMakefile4 obj-y += unicode.o
9 unicode-y := utf8-norm.o utf8-core.o
/fs/fat/
A Ddir.c298 if (!*unicode) { in fat_parse_long()
299 *unicode = __getname(); in fat_parse_long()
300 if (!*unicode) { in fat_parse_long()
327 (*unicode)[offset + 13] = 0; in fat_parse_long()
483 wchar_t *unicode = NULL; in fat_search_long() local
547 if (unicode) in fat_search_long()
548 __putname(unicode); in fat_search_long()
574 wchar_t *unicode = NULL; in __fat_readdir() local
624 &unicode, &nr_slots); in __fat_readdir()
706 if (unicode) in __fat_readdir()
[all …]
/fs/hfsplus/
A Dunicode.c40 p1 = s1->unicode; in hfsplus_strcasecmp()
41 p2 = s2->unicode; in hfsplus_strcasecmp()
74 p1 = s1->unicode; in hfsplus_strcmp()
75 p2 = s2->unicode; in hfsplus_strcmp()
134 ip = ustr->unicode; in hfsplus_uni2asc()
372 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
375 ustr->unicode[outlen++] = cpu_to_be16(c); in hfsplus_asc2uni()
A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
A Dhfsplus_raw.h62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member
71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member
A Dcatalog.c77 memcpy(key->cat.name.unicode, name->unicode, ustrlen); in hfsplus_cat_build_key_uni()
367 &fd.search_key->cat.name.unicode, in hfsplus_delete_cat()
/fs/isofs/
A DKconfig25 which allows for long filenames in unicode format (unicode is the
28 <http://www.unicode.org/> for more information). Say Y here if you
/fs/udf/
A DMakefile10 directory.o misc.o udftime.o unicode.o
/fs/smb/server/
A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/fs/smb/client/
A Dreaddir.c667 file_info->srch_inf.unicode); in cifs_save_resume_key()
949 file_info->srch_inf.unicode); in cifs_filldir()
960 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir()
963 if (file_info->srch_inf.unicode) { in cifs_filldir()
A Dfs_context.c968 if (new_ctx->unicode != old_ctx->unicode) { in smb3_verify_reconfigure_ctx()
1628 ctx->unicode = !result.negated; in smb3_fs_context_parse_param()
1629 cifs_dbg(FYI, "unicode set to %d\n", ctx->unicode); in smb3_fs_context_parse_param()
1915 ctx->unicode = -1; /* autodetect, but prefer UNICODE mode */ in smb3_init_fs_context()
A Dfs_context.h330 int unicode; member
A Dconnect.c2461 ses->unicode = ctx->unicode; in cifs_get_smb_ses()
4300 if (ses->unicode == 1 && server->vals->cap_unicode != 0 && in cifs_setup_session()
4304 } else if (ses->unicode == 0 && server->vals->cap_unicode == 0) { in cifs_setup_session()
4307 } else if (ses->unicode == 0) { in cifs_setup_session()
4402 ctx->unicode = master_tcon->ses->unicode; in cifs_construct_tcon()
A Dcifsglob.h1131 int unicode; member
1435 bool unicode:1; member
A Dcifsfs.c639 if (tcon->ses->unicode == 0) in cifs_show_options()
641 else if (tcon->ses->unicode == 1) in cifs_show_options()
A Dsess.c516 ctx->unicode = ses->unicode; in cifs_ses_add_channel()
A Dcifssmb.c442 if (ses->unicode != 0) in CIFSSMBNegotiate()
4234 psrch_inf->unicode = !!(pSMBr->hdr.Flags2 & SMBFLG2_UNICODE); in CIFSFindFirst()
4347 psrch_inf->unicode = !!(pSMBr->hdr.Flags2 & SMBFLG2_UNICODE); in CIFSFindNext()
A Dsmb2pdu.c5477 srch_inf->unicode = true; in smb2_parse_query_directory()
/fs/
A DMakefile90 obj-y += unicode/
A DKconfig422 source "fs/unicode/Kconfig"

Completed in 62 milliseconds