Searched refs:epold (Results 1 – 1 of 1) sorted by relevance
1015 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local1033 epold = exfat_get_dentry_cached(&old_es, ES_IDX_FILE); in exfat_rename_file()1047 *epnew = *epold; in exfat_rename_file()1053 epold = exfat_get_dentry_cached(&old_es, ES_IDX_STREAM); in exfat_rename_file()1055 *epnew = *epold; in exfat_rename_file()1067 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()1068 epold->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()