Searched refs:TYPE_FILE (Results 1 – 4 of 4) sorted by relevance
522 if (type == TYPE_FILE) { in exfat_add_entry()560 err = exfat_add_entry(dir, dentry->d_name.name, TYPE_FILE, &info); in exfat_create()920 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()1048 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()1067 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()1108 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
129 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()348 return TYPE_FILE; in exfat_get_entry_type()398 } else if (type == TYPE_FILE) { in exfat_set_entry_type()1059 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
157 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()200 if (ei->type == TYPE_FILE) in __exfat_truncate()
62 #define TYPE_FILE 0x011F macro