Searched refs:TYPE_UNUSED (Results 1 – 5 of 5) sorted by relevance
126 if (type == TYPE_UNUSED) { in exfat_readdir()349 return TYPE_UNUSED; in exfat_get_entry_type()397 if (type == TYPE_UNUSED) { in exfat_set_entry_type()789 if (type == TYPE_UNUSED || type == TYPE_DELETED) in exfat_validate_entry()953 if (entry_type == TYPE_UNUSED) in exfat_set_empty_hint()1032 if (entry_type == TYPE_UNUSED || in exfat_find_dir_entry()1041 if (entry_type == TYPE_UNUSED) in exfat_find_dir_entry()1233 if (entry_type == TYPE_UNUSED) in exfat_count_dir_entries()
255 if (type == TYPE_UNUSED || type == TYPE_DELETED) { in exfat_search_empty_slot()264 if (type == TYPE_UNUSED && in exfat_search_empty_slot()915 if (type == TYPE_UNUSED) in exfat_check_dir_empty()1183 unsigned int new_entry_type = TYPE_UNUSED; in __exfat_rename()
123 if (type == TYPE_UNUSED) in exfat_load_bitmap()
769 if (type == TYPE_UNUSED) { in exfat_create_upcase_table()
56 #define TYPE_UNUSED 0x0000 macro