Home
last modified time | relevance | path

Searched refs:epold (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/exfat/
Dnamei.c1001 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local
1006 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh, &sector_old); in exfat_rename_file()
1007 if (!epold) in exfat_rename_file()
1010 num_old_entries = exfat_count_ext_entries(sb, p_dir, oldentry, epold); in exfat_rename_file()
1032 *epnew = *epold; in exfat_rename_file()
1041 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh, in exfat_rename_file()
1043 if (!epold) in exfat_rename_file()
1052 *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()