Home
last modified time | relevance | path

Searched refs:TYPE_CRITICAL_SEC (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/exfat/
Ddir.c381 return TYPE_CRITICAL_SEC; in exfat_get_entry_type()
774 if (!(type & TYPE_CRITICAL_SEC)) in exfat_validate_entry()
782 if ((type & TYPE_CRITICAL_SEC) != TYPE_CRITICAL_SEC) in exfat_validate_entry()
1063 (TYPE_CRITICAL_SEC | TYPE_BENIGN_SEC)) { in exfat_find_dir_entry()
Dexfat_fs.h56 #define TYPE_CRITICAL_SEC 0x0200 macro