Home
last modified time | relevance | path

Searched refs:TYPE_FILE (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/exfat/
Dexfat_core.c928 return TYPE_FILE; in fat_get_entry_type()
952 return TYPE_FILE; in exfat_get_entry_type()
992 else if (type == TYPE_FILE) in fat_set_entry_type()
1020 } else if (type == TYPE_FILE) { in exfat_set_entry_type()
1264 flags = (type == TYPE_FILE) ? 0x01 : 0x03; in exfat_init_dir_entry()
1730 if ((entry_type != TYPE_FILE) in get_entry_set_in_dir()
1766 if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) in get_entry_set_in_dir()
2188 if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) { in fat_find_dir_entry()
2312 if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) { in exfat_find_dir_entry()
2528 if ((type != TYPE_FILE) && (type != TYPE_DIR)) in is_dir_empty()
[all …]
Dexfat_super.c623 if ((fid->type == TYPE_FILE) && (fid->size == 0)) { in ffsLookupFile()
710 if (fid->type != TYPE_FILE) { in ffsReadFile()
840 if (fid->type != TYPE_FILE) { in ffsWriteFile()
1087 if (fid->type != TYPE_FILE) { in ffsTruncateFile()
1457 if (((type == TYPE_FILE) && (attr & ATTR_SUBDIR)) ||
2034 if ((type != TYPE_FILE) && (type != TYPE_DIR)) in ffsReadDir()
Dexfat.h63 #define TYPE_FILE 0x011F macro