Home
last modified time | relevance | path

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

/fs/exfat/
Ddir.c374 return TYPE_STREAM; in exfat_get_entry_type()
390 } else if (type == TYPE_STREAM) { in exfat_set_entry_type()
413 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry()
759 if (type != TYPE_STREAM) in exfat_validate_entry()
769 if (type == TYPE_STREAM) in exfat_validate_entry()
778 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_validate_entry()
1005 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
1145 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_count_ext_entries()
Dexfat_fs.h57 #define TYPE_STREAM 0x0201 macro