Searched defs:upcase (Results 1 - 6 of 6) sorted by path

/linux-master/fs/hpfs/
H A Dname.c23 static inline unsigned char upcase(unsigned char *dir, unsigned char a) function
/linux-master/fs/exfat/
H A Dexfat_raw.h161 } __packed upcase; /* up-case table directory entry */ member in union:exfat_dentry::__anon1427
/linux-master/fs/ntfs3/
H A Dfsntfs.c2611 const u16 *upcase = sbi->upcase; local
H A Dntfs_fs.h251 u16 *upcase; member in struct:ntfs_sb_info
H A Drecord.c471 const u16 *upcase = sbi->upcase; local
14 compare_attr(const struct ATTRIB *left, enum ATTR_TYPE type, const __le16 *name, u8 name_len, const u16 *upcase) argument
H A Dupcase.c13 static inline u16 upcase_unicode_char(const u16 *upcase, u16 chr) argument
36 ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, const u16 *upcase, bool bothcase) argument
69 ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2, const u16 *upcase, bool bothcase) argument
107 ntfs_names_hash(const u16 *name, size_t len, const u16 *upcase, unsigned long hash) argument
[all...]

Completed in 343 milliseconds