Home
last modified time | relevance | path

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

/linux-6.12.1/fs/exfat/
Ddir.c392 return TYPE_BENIGN_SEC; in exfat_get_entry_type()
534 if (exfat_get_entry_type(ep) & TYPE_BENIGN_SEC) in exfat_remove_entries()
724 if (type & TYPE_BENIGN_SEC) in exfat_validate_entry()
731 if (!(type & TYPE_BENIGN_SEC)) in exfat_validate_entry()
1136 (TYPE_CRITICAL_SEC | TYPE_BENIGN_SEC)) { in exfat_find_dir_entry()
Dexfat_fs.h74 #define TYPE_BENIGN_SEC 0x0800 macro