Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_core.c970 return TYPE_CRITICAL_SEC; in exfat_get_entry_type()
1788 else if (entry_type & TYPE_CRITICAL_SEC) in get_entry_set_in_dir()
1797 else if ((entry_type & TYPE_CRITICAL_SEC) != in get_entry_set_in_dir()
1798 TYPE_CRITICAL_SEC) in get_entry_set_in_dir()
Dexfat.h65 #define TYPE_CRITICAL_SEC 0x0200 macro