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

/linux-master/fs/exfat/
H A Dnamei.c982 struct exfat_entry_set_cache old_es, new_es; local
1001 &new_es);
1007 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE);
1015 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREAM);
1018 exfat_init_ext_entry(&new_es, num_new_entries, p_uniname);
1020 ret = exfat_put_dentry_set(&new_es, sync);
1050 struct exfat_entry_set_cache mov_es, new_es; local
1062 &new_es);
1069 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_FILE);
1077 epnew = exfat_get_dentry_cached(&new_es, ES_IDX_STREA
[all...]

Completed in 188 milliseconds