Home
last modified time | relevance | path

Searched refs:TYPE_UPCASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/exfat/
H A Dnls.c774 if (type != TYPE_UPCASE) { in exfat_create_upcase_table()
H A Ddir.c359 return TYPE_UPCASE; in exfat_get_entry_type()
408 } else if (type == TYPE_UPCASE) { in exfat_set_entry_type()
H A Dexfat_fs.h61 #define TYPE_UPCASE 0x0102 macro