Searched refs:epnew (Results 1 – 1 of 1) sorted by relevance
1015 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local1046 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_rename_file()1047 *epnew = *epold; in exfat_rename_file()1048 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()1049 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1054 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM); in exfat_rename_file()1055 *epnew = *epold; in exfat_rename_file()1086 struct exfat_dentry *epmov, *epnew; in exfat_move_file() local1106 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_move_file()1107 *epnew = *epmov; in exfat_move_file()[all …]