Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Ddir.c352 return TYPE_DELETED; in exfat_get_entry_type()
400 } else if (type == TYPE_DELETED) { in exfat_set_entry_type()
616 exfat_set_entry_type(ep, TYPE_DELETED); in exfat_remove_entries()
790 if (type == TYPE_UNUSED || type == TYPE_DELETED) in exfat_validate_entry()
1034 entry_type == TYPE_DELETED) { in exfat_find_dir_entry()
H A Dexfat_fs.h57 #define TYPE_DELETED 0x0001 macro
H A Dnamei.c255 if (type == TYPE_UNUSED || type == TYPE_DELETED) { in exfat_search_empty_slot()