Home
last modified time | relevance | path

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

/linux-6.15/fs/exfat/
H A Dnamei.c1006 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local
1037 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_rename_file()
1038 *epnew = *epold; in exfat_rename_file()
1039 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()
1046 *epnew = *epold; in exfat_rename_file()
1077 struct exfat_dentry *epmov, *epnew; in exfat_move_file() local
1097 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_move_file()
1098 *epnew = *epmov; in exfat_move_file()
1099 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
1105 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM); in exfat_move_file()
[all …]