Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ntfs/
Dunistr.c56 const ntfschar *upcase, const u32 upcase_size) in ntfs_are_names_equal() argument
62 return !ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size); in ntfs_are_names_equal()
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()
192 void ntfs_upcase_name(ntfschar *name, u32 name_len, const ntfschar *upcase, in ntfs_upcase_name() argument
200 name[i] = upcase[u]; in ntfs_upcase_name()
[all …]
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);
Ddir.c145 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
195 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
236 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
255 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
405 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
455 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
498 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
517 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
707 vol->upcase, vol->upcase_len)) {
721 IGNORE_CASE, vol->upcase, vol->upcase_len);
[all …]
Dsuper.c1669 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()
1670 if (!vol->upcase) in load_and_init_upcase()
1681 memcpy((char*)vol->upcase + (index++ << PAGE_SHIFT), in load_and_init_upcase()
1705 if (vol->upcase[i] != default_upcase[i]) in load_and_init_upcase()
1708 ntfs_free(vol->upcase); in load_and_init_upcase()
1709 vol->upcase = default_upcase; in load_and_init_upcase()
1723 ntfs_free(vol->upcase); in load_and_init_upcase()
1724 vol->upcase = NULL; in load_and_init_upcase()
1728 vol->upcase = default_upcase; in load_and_init_upcase()
2221 if (vol->upcase == default_upcase) { in load_system_files()
[all …]
DMakefile8 unistr.o upcase.o
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()
Dvolume.h62 ntfschar *upcase; /* The upcase table. */ member
/Linux-v5.4/fs/hpfs/
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-v5.4/Documentation/filesystems/
Dntfs.txt155 system file containing the Unicode upcase table.