Lines Matching refs:tree
173 unsigned int tree, to_purge, purged; in ocfs2_metadata_cache_purge() local
179 tree = !(ci->ci_flags & OCFS2_CACHE_FL_INLINE); in ocfs2_metadata_cache_purge()
184 to_purge, tree); in ocfs2_metadata_cache_purge()
189 if (tree) in ocfs2_metadata_cache_purge()
199 if (tree && purged != to_purge) in ocfs2_metadata_cache_purge()
366 struct ocfs2_meta_cache_item **tree) in ocfs2_expand_cache() argument
381 tree[i]->c_block = ci->ci_cache.ci_array[i]; in ocfs2_expand_cache()
389 __ocfs2_insert_cache_tree(ci, tree[i]); in ocfs2_expand_cache()
390 tree[i] = NULL; in ocfs2_expand_cache()
406 struct ocfs2_meta_cache_item *tree[OCFS2_CACHE_INFO_MAX_ARRAY] = in __ocfs2_set_buffer_uptodate() local
424 tree[i] = kmem_cache_alloc(ocfs2_uptodate_cachep, in __ocfs2_set_buffer_uptodate()
426 if (!tree[i]) { in __ocfs2_set_buffer_uptodate()
445 ocfs2_expand_cache(ci, tree); in __ocfs2_set_buffer_uptodate()
457 if (tree[0]) { in __ocfs2_set_buffer_uptodate()
459 if (tree[i]) in __ocfs2_set_buffer_uptodate()
461 tree[i]); in __ocfs2_set_buffer_uptodate()