Searched refs:upcase (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | upcase.c | 13 static inline u16 upcase_unicode_char(const u16 *upcase, u16 chr) in upcase_unicode_char() argument 21 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() [all …]
|
| H A D | Makefile | 29 upcase.o \
|
| H A D | attrlist.c | 213 name_len, ni->mi.sbi->upcase, in al_find_ex() 265 name_len, ni->mi.sbi->upcase, in al_find_le_to_insert()
|
| /linux/fs/hpfs/ |
| H A D | name.c | 23 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/ |
| H A D | nls.c | 770 tbl_clu = le32_to_cpu(ep->dentry.upcase.start_clu); in exfat_create_upcase_table() 771 tbl_size = le64_to_cpu(ep->dentry.upcase.size); in exfat_create_upcase_table() 776 le32_to_cpu(ep->dentry.upcase.checksum)); in exfat_create_upcase_table()
|
| H A D | exfat_raw.h | 162 } __packed upcase; /* up-case table directory entry */ member
|