Searched refs:TYPE_FILE (Results 1 – 5 of 5) sorted by relevance
536 if (type == TYPE_FILE) { in exfat_add_entry()566 err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_FILE, in exfat_create()648 if ((info->type == TYPE_FILE) && (info->size == 0)) { in exfat_find()903 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()1034 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()1066 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()1115 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
131 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()364 return TYPE_FILE; in exfat_get_entry_type()414 } else if (type == TYPE_FILE) { in exfat_set_entry_type()492 (type == TYPE_FILE) ? ALLOC_FAT_CHAIN : ALLOC_NO_FAT_CHAIN, in exfat_init_dir_entry()794 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_validate_entry()1048 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
106 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()146 if (ei->type == TYPE_FILE) in __exfat_truncate()
64 #define TYPE_FILE 0x011F macro
146 } else if (ei->type == TYPE_FILE) { in exfat_map_cluster()