Searched refs:epold (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/exfat/ |
D | namei.c | 1017 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local 1022 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh); in exfat_rename_file() 1023 if (!epold) in exfat_rename_file() 1026 num_old_entries = exfat_count_ext_entries(sb, p_dir, oldentry, epold); in exfat_rename_file() 1047 *epnew = *epold; in exfat_rename_file() 1056 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh); in exfat_rename_file() 1057 if (!epold) in exfat_rename_file() 1065 *epnew = *epold; in exfat_rename_file() 1080 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file() 1081 epold->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
|