Searched refs:new_es (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/exfat/ |
| H A D | namei.c | 1008 struct exfat_entry_set_cache old_es, new_es; in exfat_rename_file() local 1031 num_new_entries, &new_es); in exfat_rename_file() 1037 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_rename_file() 1045 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM); in exfat_rename_file() 1048 exfat_init_ext_entry(&new_es, num_new_entries, p_uniname); in exfat_rename_file() 1050 ret = exfat_put_dentry_set(&new_es, sync); in exfat_rename_file() 1078 struct exfat_entry_set_cache mov_es, new_es; in exfat_move_file() local 1090 num_new_entries, &new_es); in exfat_move_file() 1097 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_move_file() 1105 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM); in exfat_move_file() [all …]
|