Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dnls.c768 if (type != TYPE_UPCASE) { in exfat_create_upcase_table()
H A Ddir.c340 return TYPE_UPCASE; in exfat_get_entry_type()
389 } else if (type == TYPE_UPCASE) { in exfat_set_entry_type()
H A Dexfat_fs.h62 #define TYPE_UPCASE 0x0102 macro