Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_core.c532 if (type == TYPE_UNUSED) in load_alloc_bitmap()
869 if (type == TYPE_UNUSED) in load_upcase_table()
914 return TYPE_UNUSED; in fat_get_entry_type()
936 return TYPE_UNUSED; in exfat_get_entry_type()
980 if (type == TYPE_UNUSED) in fat_set_entry_type()
1003 if (type == TYPE_UNUSED) { in exfat_set_entry_type()
1761 if ((entry_type == TYPE_UNUSED) || (entry_type == TYPE_DELETED)) in get_entry_set_in_dir()
2010 if (type == TYPE_UNUSED) { in search_deleted_or_unused_entry()
2221 } else if (entry_type == TYPE_UNUSED) { in fat_find_dir_entry()
2292 if ((entry_type == TYPE_UNUSED) || (entry_type == TYPE_DELETED)) { in exfat_find_dir_entry()
[all …]
Dexfat.h55 #define TYPE_UNUSED 0x0000 macro
Dexfat_super.c2031 if (type == TYPE_UNUSED) in ffsReadDir()