Lines Matching full:chunks
17 struct list_head chunks; member
68 * tree.chunks anchors chunk.owners[].list hash_lock
103 INIT_LIST_HEAD(&tree->chunks); in alloc_tree()
437 list_add(&chunk->owners[0].list, &tree->chunks); in create_chunk()
509 list_add(&p->list, &tree->chunks); in tag_chunk()
567 * Remove tree from chunks. If 'tagged' is set, remove tree only from tagged
568 * chunks. The function expects tagged chunks are all at the beginning of the
569 * chunks list.
574 while (!list_empty(&victim->chunks)) { in prune_tree_chunks()
579 p = list_first_entry(&victim->chunks, struct audit_node, list); in prune_tree_chunks()
609 /* trim the uncommitted chunks from tree */
620 for (p = tree->chunks.next; p != &tree->chunks; p = q) { in trim_marked()
625 list_add(p, &tree->chunks); in trim_marked()
702 list_for_each_entry(node, &tree->chunks, list) { in audit_trim_trees()
851 list_for_each_entry(node, &tree->chunks, list) in audit_add_tree_rule()
951 list_for_each_entry(node, &tree->chunks, list) in audit_tag_tree()