Searched refs:cache_es (Results 1 – 2 of 2) sorted by relevance
174 tree->cache_es = NULL; in ext4_es_init_tree()272 if (tree->cache_es) { in __es_find_extent_range()273 es1 = tree->cache_es; in __es_find_extent_range()298 tree->cache_es = es1; in __es_find_extent_range()805 tree->cache_es = es; in __es_insert_extent()937 if (tree->cache_es) { in ext4_es_lookup_extent()938 es1 = tree->cache_es; in ext4_es_lookup_extent()1328 tree->cache_es = NULL; in __es_remove_extent()1757 ei->i_es_tree.cache_es = NULL; in es_reclaim_extents()1775 tree->cache_es = NULL; in ext4_clear_inode_es()
68 struct extent_status *cache_es; /* recently accessed extent */ member