Lines Matching defs:chunks
17 struct list_head chunks;
68 * tree.chunks anchors chunk.owners[].list hash_lock
103 INIT_LIST_HEAD(&tree->chunks);
437 list_add(&chunk->owners[0].list, &tree->chunks);
509 list_add(&p->list, &tree->chunks);
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)) {
579 p = list_first_entry(&victim->chunks, struct audit_node, list);
609 /* trim the uncommitted chunks from tree */
620 for (p = tree->chunks.next; p != &tree->chunks; p = q) {
625 list_add(p, &tree->chunks);
702 list_for_each_entry(node, &tree->chunks, list) {
851 list_for_each_entry(node, &tree->chunks, list)
951 list_for_each_entry(node, &tree->chunks, list)