Home
last modified time | relevance | path

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

/fs/cifs/
Ddfs_cache.c446 struct cache_entry *to_del = NULL; in remove_oldest_entry() local
450 if (!to_del || timespec64_compare(&ce->etime, in remove_oldest_entry()
451 &to_del->etime) < 0) in remove_oldest_entry()
452 to_del = ce; in remove_oldest_entry()
454 if (!to_del) { in remove_oldest_entry()
459 dump_ce(to_del); in remove_oldest_entry()
460 flush_cache_ent(to_del); in remove_oldest_entry()