Searched refs:IS_EXFAT_DELETED (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/exfat/ | ||
H A D | exfat_raw.h | 42 #define IS_EXFAT_DELETED(x) ((x) < 0x80) /* deleted file (0x01~0x7F) */ macro |
H A D | dir.c | 351 if (IS_EXFAT_DELETED(ep->type)) in exfat_get_entry_type() |