Home
last modified time | relevance | path

Searched refs:upcase (Results 1 – 18 of 18) sorted by relevance

/linux/fs/ntfs3/
A Dupcase.c21 return upcase[chr]; in upcase_unicode_char()
37 const u16 *upcase, bool bothcase) in ntfs_cmp_names() argument
43 if (!bothcase && upcase) in ntfs_cmp_names()
49 if (bothcase && upcase) in ntfs_cmp_names()
59 diff2 = upcase_unicode_char(upcase, le16_to_cpu(*s1)) - in ntfs_cmp_names()
60 upcase_unicode_char(upcase, le16_to_cpu(*s2)); in ntfs_cmp_names()
70 const u16 *upcase, bool bothcase) in ntfs_cmp_names_cpu() argument
80 if (!bothcase && upcase) in ntfs_cmp_names_cpu()
86 if (bothcase && upcase) in ntfs_cmp_names_cpu()
96 diff2 = upcase_unicode_char(upcase, *s1) - in ntfs_cmp_names_cpu()
[all …]
A Drecord.c16 const u16 *upcase) in compare_attr() argument
26 upcase, true); in compare_attr()
434 const u16 *upcase = sbi->upcase; in mi_insert_attr() local
447 diff = compare_attr(attr, type, name, name_len, upcase); in mi_insert_attr()
A Dsuper.c442 kvfree(ntfs_put_shared(sbi->upcase)); in put_ntfs()
1197 u16 *dst = Add2Ptr(sbi->upcase, idx << PAGE_SHIFT); in ntfs_fill_super()
1216 shared = ntfs_set_shared(sbi->upcase, 0x10000 * sizeof(short)); in ntfs_fill_super()
1217 if (shared && sbi->upcase != shared) { in ntfs_fill_super()
1218 kvfree(sbi->upcase); in ntfs_fill_super()
1219 sbi->upcase = shared; in ntfs_fill_super()
1404 sbi->upcase = kvmalloc(0x10000 * sizeof(short), GFP_KERNEL); in ntfs_init_fs_context()
1405 if (!sbi->upcase) in ntfs_init_fs_context()
A Dattrlist.c197 name_len, ni->mi.sbi->upcase, in al_find_ex()
249 name_len, ni->mi.sbi->upcase, in al_find_le_to_insert()
396 ni->mi.sbi->upcase, true)) in al_delete_le()
A DMakefile29 upcase.o \
A Dntfs_fs.h241 u16 *upcase; member
833 const u16 *upcase, bool bothcase);
835 const u16 *upcase, bool bothcase);
A Dindex.c58 return ntfs_cmp_names_cpu(key1, s2, sbi->upcase, both_case); in cmp_fnames()
63 sbi->upcase, both_case); in cmp_fnames()
/linux/fs/ntfs/
A Dunistr.c56 const ntfschar *upcase, const u32 upcase_size) in ntfs_are_names_equal() argument
86 const ntfschar *upcase, const u32 upcase_len) in ntfs_collate_names() argument
99 c1 = le16_to_cpu(upcase[c1]); in ntfs_collate_names()
101 c2 = le16_to_cpu(upcase[c2]); in ntfs_collate_names()
172 const ntfschar *upcase, const u32 upcase_size) in ntfs_ucsncasecmp() argument
179 c1 = le16_to_cpu(upcase[c1]); in ntfs_ucsncasecmp()
181 c2 = le16_to_cpu(upcase[c2]); in ntfs_ucsncasecmp()
200 name[i] = upcase[u]; in ntfs_upcase_name()
204 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_upcase_value() argument
213 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_compare_values() argument
[all …]
A Dntfs.h97 const ntfschar *upcase, const u32 upcase_size);
101 const ntfschar *upcase, const u32 upcase_len);
104 const ntfschar *upcase, const u32 upcase_size);
106 const ntfschar *upcase, const u32 upcase_len);
108 const ntfschar *upcase, const u32 upcase_len);
112 const ntfschar *upcase, const u32 upcase_len);
A Ddir.c146 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
196 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
237 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
256 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
456 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
499 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
518 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
708 vol->upcase, vol->upcase_len)) {
722 IGNORE_CASE, vol->upcase, vol->upcase_len);
895 vol->upcase, vol->upcase_len)) {
[all …]
A Dsuper.c1670 if (!vol->upcase) in load_and_init_upcase()
1724 vol->upcase = NULL; in load_and_init_upcase()
2223 vol->upcase = NULL; in load_system_files()
2226 if (vol->upcase) { in load_system_files()
2228 vol->upcase = NULL; in load_system_files()
2406 vol->upcase = NULL; in ntfs_put_super()
2415 if (vol->upcase) { in ntfs_put_super()
2417 vol->upcase = NULL; in ntfs_put_super()
2977 vol->upcase = NULL; in ntfs_fill_super()
2980 if (vol->upcase) { in ntfs_fill_super()
[all …]
A DMakefile8 unistr.o upcase.o
A Dattrib.c581 ntfschar *upcase = vol->upcase; in ntfs_attr_find() local
616 a->name_length, ic, upcase, upcase_len)) { in ntfs_attr_find()
623 upcase, upcase_len); in ntfs_attr_find()
637 upcase, upcase_len); in ntfs_attr_find()
915 name_len, ic, vol->upcase, vol->upcase_len)) { in ntfs_external_attr_find()
920 vol->upcase, vol->upcase_len); in ntfs_external_attr_find()
940 vol->upcase, vol->upcase_len); in ntfs_external_attr_find()
965 vol->upcase, vol->upcase_len)) in ntfs_external_attr_find()
1050 vol->upcase, vol->upcase_len)) in ntfs_external_attr_find()
A Dvolume.h62 ntfschar *upcase; /* The upcase table. */ member
/linux/fs/hpfs/
A Dname.c23 static inline unsigned char upcase(unsigned char *dir, unsigned char a) in upcase() function
32 return upcase(dir, a); in hpfs_upcase()
83 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); in hpfs_compare_names()
84 unsigned char c2 = upcase(hpfs_sb(s)->sb_cp_table,n2[i]); in hpfs_compare_names()
/linux/fs/exfat/
A Dnls.c779 tbl_clu = le32_to_cpu(ep->dentry.upcase.start_clu); in exfat_create_upcase_table()
780 tbl_size = le64_to_cpu(ep->dentry.upcase.size); in exfat_create_upcase_table()
785 le32_to_cpu(ep->dentry.upcase.checksum)); in exfat_create_upcase_table()
A Dexfat_raw.h157 } __packed upcase; /* up-case table directory entry */ member
/linux/Documentation/filesystems/
A Dntfs.rst160 system file containing the Unicode upcase table.

Completed in 40 milliseconds