Searched refs:audit_tree (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/
H A Daudit_tree.c10 struct audit_tree;
13 struct audit_tree { struct
35 struct audit_tree *owner;
59 * Rules have pointer to struct audit_tree.
93 static struct audit_tree *alloc_tree(const char *s)
95 struct audit_tree *tree;
111 static inline void get_tree(struct audit_tree *tree)
116 static inline void put_tree(struct audit_tree *tree)
123 const char *audit_tree_path(struct audit_tree *tree)
261 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tre
[all...]
H A Daudit.h46 struct audit_tree;
291 struct audit_tree *tree);
297 extern const char *audit_tree_path(struct audit_tree *tree);
298 extern void audit_put_tree(struct audit_tree *tree);
H A DMakefile88 obj-$(CONFIG_AUDITSYSCALL) += auditsc.o audit_watch.o audit_fsnotify.o audit_tree.o
H A Dauditfilter.c943 struct audit_tree *tree = entry->rule.tree;
1026 struct audit_tree *tree = entry->rule.tree;
H A Dauditsc.c310 static int match_tree_refs(struct audit_context *ctx, struct audit_tree *tree)
/linux-master/include/linux/
H A Daudit.h37 struct audit_tree;
54 struct audit_tree *tree; /* associated watched tree */

Completed in 238 milliseconds