Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat.h74 #define TYPE_ALL 0x0FFF macro
Dexfat_core.c2189 if ((type == TYPE_ALL) || (type == entry_type)) { in fat_find_dir_entry()
2314 if ((type == TYPE_ALL) || (type == entry_type)) { in exfat_find_dir_entry()
2476 if ((type == TYPE_ALL) || (type == entry_type)) in count_dos_name_entries()
Dexfat_super.c579 &dos_name, TYPE_ALL); in ffsLookupFile()