Home
last modified time | relevance | path

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

/linux/fs/exfat/
A Dnamei.c1009 struct exfat_dentry *epold, *epnew; in exfat_rename_file() local
1037 if (!epnew) in exfat_rename_file()
1040 *epnew = *epold; in exfat_rename_file()
1055 if (!epnew) { in exfat_rename_file()
1060 *epnew = *epold; in exfat_rename_file()
1097 struct exfat_dentry *epmov, *epnew; in exfat_move_file() local
1120 if (!epnew) in exfat_move_file()
1123 *epnew = *epmov; in exfat_move_file()
1124 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
1138 if (!epnew) { in exfat_move_file()
[all …]

Completed in 7 milliseconds