• Home
  • Raw
  • Download

Lines Matching refs:audit_tree

6 struct audit_tree;
9 struct audit_tree { struct
31 struct audit_tree *owner; argument
71 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()
73 struct audit_tree *tree; in alloc_tree()
75 tree = kmalloc(sizeof(struct audit_tree) + strlen(s) + 1, GFP_KERNEL); in alloc_tree()
89 static inline void get_tree(struct audit_tree *tree) in get_tree()
96 struct audit_tree *tree = container_of(rcu, struct audit_tree, head); in __put_tree()
100 static inline void put_tree(struct audit_tree *tree) in put_tree()
107 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path()
190 int audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match()
212 struct audit_tree *owner; in untag_chunk()
280 struct audit_tree *s; in untag_chunk()
321 static int create_chunk(struct inode *inode, struct audit_tree *tree) in create_chunk()
357 static int tag_chunk(struct inode *inode, struct audit_tree *tree) in tag_chunk()
360 struct audit_tree *owner; in tag_chunk()
402 struct audit_tree *s = old->owners[n].owner; in tag_chunk()
429 static void kill_rules(struct audit_tree *tree) in kill_rules()
462 static void prune_one(struct audit_tree *victim) in prune_one()
478 static void trim_marked(struct audit_tree *tree) in trim_marked()
523 struct audit_tree *tree; in audit_remove_tree_rule()
552 struct audit_tree *tree; in audit_trim_trees()
559 tree = container_of(cursor.next, struct audit_tree, list); in audit_trim_trees()
630 void audit_put_tree(struct audit_tree *tree) in audit_put_tree()
638 struct audit_tree *seed = rule->tree, *tree; in audit_add_tree_rule()
745 struct audit_tree *tree; in audit_tag_tree()
748 tree = container_of(cursor.next, struct audit_tree, list); in audit_tag_tree()
795 struct audit_tree *tree; in audit_tag_tree()
797 tree = container_of(barrier.prev, struct audit_tree, list); in audit_tag_tree()
835 struct audit_tree *victim; in audit_prune_trees()
837 victim = list_entry(prune_list.next, struct audit_tree, list); in audit_prune_trees()
857 struct audit_tree *owner; in evict_chunk()
868 struct audit_tree, same_root); in evict_chunk()