Searched refs:epold (Results 1 – 1 of 1) sorted by relevance
1006 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local1024 epold = exfat_get_dentry_cached(&old_es, ES_IDX_FILE); in exfat_rename_file()1038 *epnew = *epold; in exfat_rename_file()1044 epold = exfat_get_dentry_cached(&old_es, ES_IDX_STREAM); in exfat_rename_file()1046 *epnew = *epold; in exfat_rename_file()1058 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()1059 epold->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()