Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exfat/
H A Ddir.c122 if (type == TYPE_UNUSED) { in exfat_readdir()
342 return TYPE_UNUSED; in exfat_get_entry_type()
384 if (type == TYPE_UNUSED) { in exfat_set_entry_type()
754 if (type == TYPE_UNUSED || type == TYPE_DELETED) in exfat_validate_entry()
959 if (entry_type == TYPE_UNUSED || in exfat_find_dir_entry()
985 if (entry_type == TYPE_UNUSED) in exfat_find_dir_entry()
1172 if (entry_type == TYPE_UNUSED) in exfat_count_dir_entries()
H A Dnamei.c238 if (type == TYPE_UNUSED || type == TYPE_DELETED) { in exfat_search_empty_slot()
247 if (type == TYPE_UNUSED && in exfat_search_empty_slot()
895 if (type == TYPE_UNUSED) in exfat_check_dir_empty()
1193 unsigned int new_entry_type = TYPE_UNUSED; in __exfat_rename()
H A Dballoc.c113 if (type == TYPE_UNUSED) in exfat_load_bitmap()
H A Dnls.c769 if (type == TYPE_UNUSED) { in exfat_create_upcase_table()
H A Dexfat_fs.h48 #define TYPE_UNUSED 0x0000 macro