Searched refs:TYPE_CRITICAL_SEC (Results 1 – 2 of 2) sorted by relevance
384 return TYPE_CRITICAL_SEC; in exfat_get_entry_type()1115 (TYPE_CRITICAL_SEC | TYPE_BENIGN_SEC)) { in exfat_find_dir_entry()1205 if (type & TYPE_CRITICAL_SEC || type & TYPE_BENIGN_SEC) in exfat_count_ext_entries()
65 #define TYPE_CRITICAL_SEC 0x0200 macro