Searched refs:upcase (Results 1 – 9 of 9) 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 | record.c | 16 const u16 *upcase) in compare_attr() argument 26 upcase, true); in compare_attr() 485 const u16 *upcase = sbi->upcase; in mi_insert_attr() local 497 int diff = compare_attr(attr, type, name, name_len, upcase); in mi_insert_attr()
|
| H A D | Makefile | 29 upcase.o \
|
| H A D | super.c | 707 kvfree(ntfs_put_shared(sbi->upcase)); in ntfs3_free_sbi() 1600 err = inode_read_data(inode, sbi->upcase, 0x10000 * sizeof(short)); in ntfs_fill_super() 1608 u16 *dst = sbi->upcase; in ntfs_fill_super() 1615 shared = ntfs_set_shared(sbi->upcase, 0x10000 * sizeof(short)); in ntfs_fill_super() 1616 if (shared && sbi->upcase != shared) { in ntfs_fill_super() 1617 kvfree(sbi->upcase); in ntfs_fill_super() 1618 sbi->upcase = shared; in ntfs_fill_super() 1854 sbi->upcase = kvmalloc(0x10000 * sizeof(short), GFP_KERNEL); in __ntfs_init_fs_context() 1855 if (!sbi->upcase) in __ntfs_init_fs_context()
|
| H A D | ntfs_fs.h | 256 u16 *upcase; member 928 const u16 *upcase, bool bothcase); 930 const u16 *upcase, bool bothcase); 931 unsigned long ntfs_names_hash(const u16 *name, size_t len, const u16 *upcase,
|
| H A D | index.c | 58 return ntfs_cmp_names_cpu(key1, s2, sbi->upcase, both_case); in cmp_fnames() 63 sbi->upcase, both_case); in cmp_fnames()
|
| /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
|