Searched refs:epold (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/exfat/ |
H A D | namei.c | 1018 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local 1023 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh); in exfat_rename_file() 1024 if (!epold) in exfat_rename_file() 1027 num_old_entries = exfat_count_ext_entries(sb, p_dir, oldentry, epold); in exfat_rename_file() 1048 *epnew = *epold; in exfat_rename_file() 1057 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh); in exfat_rename_file() 1058 if (!epold) in exfat_rename_file() 1066 *epnew = *epold; in exfat_rename_file() 1081 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file() 1082 epold->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
|