Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dextents_status.c171 tree->cache_es = NULL; in ext4_es_init_tree()
261 if (tree->cache_es) { in ext4_es_find_delayed_extent_range()
262 es1 = tree->cache_es; in ext4_es_find_delayed_extent_range()
287 tree->cache_es = es1; in ext4_es_find_delayed_extent_range()
680 tree->cache_es = es; in __es_insert_extent()
796 if (tree->cache_es) { in ext4_es_lookup_extent()
797 es1 = tree->cache_es; in ext4_es_lookup_extent()
859 tree->cache_es = NULL; in __es_remove_extent()
1250 ei->i_es_tree.cache_es = NULL; in es_reclaim_extents()
Dextents_status.h68 struct extent_status *cache_es; /* recently accessed extent */ member