Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Ddir.c122 if (type == TYPE_UNUSED) { in exfat_readdir()
346 return TYPE_UNUSED; in exfat_get_entry_type()
388 if (type == TYPE_UNUSED) { in exfat_set_entry_type()
751 if (type == TYPE_UNUSED || type == TYPE_DELETED) in exfat_validate_entry()
961 if (entry_type == TYPE_UNUSED || in exfat_find_dir_entry()
987 if (entry_type == TYPE_UNUSED) in exfat_find_dir_entry()
1176 if (entry_type == TYPE_UNUSED) in exfat_count_dir_entries()
Dnamei.c248 if (type == TYPE_UNUSED || type == TYPE_DELETED) { in exfat_search_empty_slot()
257 if (type == TYPE_UNUSED && in exfat_search_empty_slot()
900 if (type == TYPE_UNUSED) in exfat_check_dir_empty()
1168 unsigned int new_entry_type = TYPE_UNUSED; in __exfat_rename()
Dballoc.c113 if (type == TYPE_UNUSED) in exfat_load_bitmap()
Dnls.c769 if (type == TYPE_UNUSED) { in exfat_create_upcase_table()
Dexfat_fs.h47 #define TYPE_UNUSED 0x0000 macro