Searched refs:TYPE_BENIGN_SEC (Results 1 – 2 of 2) sorted by relevance
376 return TYPE_BENIGN_SEC; in exfat_get_entry_type()518 if (exfat_get_entry_type(ep) & TYPE_BENIGN_SEC) in exfat_remove_entries()713 if (type & TYPE_BENIGN_SEC) in exfat_validate_entry()720 if (!(type & TYPE_BENIGN_SEC)) in exfat_validate_entry()1126 (TYPE_CRITICAL_SEC | TYPE_BENIGN_SEC)) { in exfat_find_dir_entry()
71 #define TYPE_BENIGN_SEC 0x0800 macro