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

/linux-master/fs/exfat/
H A Dnamei.c980 struct exfat_dentry *epold, *epnew; local
1007 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE);
1008 *epnew = *epold;
1009 if (exfat_get_entry_type(epnew) == TYPE_FILE) {
1010 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE);
1015 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM);
1016 *epnew = *epold;
1048 struct exfat_dentry *epmov, *epnew; local
1069 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE);
1070 *epnew
[all...]

Completed in 166 milliseconds