Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dnamei.c1017 struct exfat_entry_set_cache old_es, new_es; in exfat_rename_file() local
1040 num_new_entries, &new_es); in exfat_rename_file()
1046 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_rename_file()
1054 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM); in exfat_rename_file()
1057 exfat_init_ext_entry(&new_es, num_new_entries, p_uniname); in exfat_rename_file()
1059 ret = exfat_put_dentry_set(&new_es, sync); in exfat_rename_file()
1087 struct exfat_entry_set_cache mov_es, new_es; in exfat_move_file() local
1099 num_new_entries, &new_es); in exfat_move_file()
1106 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE); in exfat_move_file()
1114 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM); in exfat_move_file()
[all …]