Lines Matching refs:trees
26 struct list_head trees; /* with root here */ member
150 INIT_LIST_HEAD(&chunk->trees); in alloc_chunk()
247 list_del_init(&chunk->trees); in untag_chunk()
269 list_replace_init(&chunk->trees, &new->trees); in untag_chunk()
292 list_for_each_entry(owner, &new->trees, same_root) in untag_chunk()
346 list_add(&tree->same_root, &chunk->trees); in create_chunk()
423 list_replace_init(&old->trees, &chunk->trees); in tag_chunk()
438 list_for_each_entry(owner, &chunk->trees, same_root) in tag_chunk()
443 list_add(&tree->same_root, &chunk->trees); in tag_chunk()
922 while (!list_empty(&chunk->trees)) { in evict_chunk()
923 owner = list_entry(chunk->trees.next, in evict_chunk()