• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/

Lines Matching defs:audit_tree

8 struct audit_tree;
11 struct audit_tree {
33 struct audit_tree *owner;
44 * Rules have pointer to struct audit_tree.
73 static struct audit_tree *alloc_tree(const char *s)
75 struct audit_tree *tree;
77 tree = kmalloc(sizeof(struct audit_tree) + strlen(s) + 1, GFP_KERNEL);
91 static inline void get_tree(struct audit_tree *tree)
98 struct audit_tree *tree = container_of(rcu, struct audit_tree, head);
102 static inline void put_tree(struct audit_tree *tree)
109 const char *audit_tree_path(struct audit_tree *tree)
204 int audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree)
227 struct audit_tree *owner;
276 struct audit_tree *s;
317 static int create_chunk(struct inode *inode, struct audit_tree *tree)
355 static int tag_chunk(struct inode *inode, struct audit_tree *tree)
358 struct audit_tree *owner;
424 struct audit_tree *s = old->owners[n].owner;
453 static void kill_rules(struct audit_tree *tree)
482 * finish killing struct audit_tree
484 static void prune_one(struct audit_tree *victim)
500 static void trim_marked(struct audit_tree *tree)
547 struct audit_tree *tree;
581 struct audit_tree *tree;
587 tree = container_of(cursor.next, struct audit_tree, list);
636 void audit_put_tree(struct audit_tree *tree)
649 struct audit_tree *seed = rule->tree, *tree;
737 struct audit_tree *tree;
740 tree = container_of(cursor.next, struct audit_tree, list);
776 struct audit_tree *tree;
778 tree = container_of(barrier.prev, struct audit_tree, list);
806 * That gets run when evict_chunk() ends up needing to kill audit_tree.
815 struct audit_tree *victim;
817 victim = list_entry(prune_list.next, struct audit_tree, list);
847 struct audit_tree *victim;
849 victim = list_entry(list->next, struct audit_tree, list);
870 struct audit_tree *owner;
883 struct audit_tree, same_root);