Home
last modified time | relevance | path

Searched refs:same_root (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/
Daudit_tree.c18 struct list_head same_root; member
85 INIT_LIST_HEAD(&tree->same_root); in alloc_tree()
271 list_del_init(&owner->same_root); in untag_chunk()
292 list_for_each_entry(owner, &new->trees, same_root) in untag_chunk()
304 list_del_init(&owner->same_root); in untag_chunk()
346 list_add(&tree->same_root, &chunk->trees); in create_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()
565 list_del_init(&tree->same_root); in audit_remove_tree_rule()
926 struct audit_tree, same_root); in evict_chunk()
[all …]