Searched refs:TYPE_BENIGN_SEC (Results 1 – 2 of 2) sorted by relevance
393 return TYPE_BENIGN_SEC; in exfat_get_entry_type()587 if (exfat_get_entry_type(ep) & TYPE_BENIGN_SEC) in exfat_init_ext_entry()613 if (exfat_get_entry_type(ep) & TYPE_BENIGN_SEC) in exfat_remove_entries()810 if (type & TYPE_BENIGN_SEC) in exfat_validate_entry()817 if (!(type & TYPE_BENIGN_SEC)) in exfat_validate_entry()1116 (TYPE_CRITICAL_SEC | TYPE_BENIGN_SEC)) { in exfat_find_dir_entry()1206 if (type & TYPE_CRITICAL_SEC || type & TYPE_BENIGN_SEC) in exfat_count_ext_entries()
73 #define TYPE_BENIGN_SEC 0x0800 macro