Searched refs:epold (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/fs/exfat/ |
D | namei.c | 1003 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local 1008 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh); in exfat_rename_file() 1009 if (!epold) in exfat_rename_file() 1012 num_old_entries = exfat_count_ext_entries(sb, p_dir, oldentry, epold); in exfat_rename_file() 1033 *epnew = *epold; in exfat_rename_file() 1042 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh); in exfat_rename_file() 1043 if (!epold) in exfat_rename_file() 1051 *epnew = *epold; in exfat_rename_file() 1066 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file() 1067 epold->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
|