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

/linux-master/fs/ext4/
H A Dextents_status.c175 tree->cache_es = NULL;
273 es1 = READ_ONCE(tree->cache_es);
297 WRITE_ONCE(tree->cache_es, es1);
839 tree->cache_es = es;
1001 es1 = READ_ONCE(tree->cache_es);
1389 /* Simply invalidate cache_es. */
1390 tree->cache_es = NULL;
1831 ei->i_es_tree.cache_es = NULL;
1849 tree->cache_es = NULL;
H A Dextents_status.h68 struct extent_status *cache_es; /* recently accessed extent */ member in struct:ext4_es_tree

Completed in 121 milliseconds