Home
last modified time | relevance | path

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

/third_party/exfatprogs/include/
Dexfat_ondisk.h50 #define IS_EXFAT_DELETED(x) ((x) < 0x80) /* deleted file (0x01~0x7F) */ macro
/third_party/exfatprogs/lib/
Dexfat_dir.c411 IS_EXFAT_DELETED(dentry->type))) { in exfat_lookup_dentry_set()
/third_party/exfatprogs/fsck/
Dfsck.c1176 if (IS_EXFAT_DELETED(dentry->type)) in read_children()