Searched refs:audit_watch (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Daudit_watch.c2 /* audit_watch.c -- watching inodes
28 * event. Each audit_watch holds a reference to its associated parent.
30 * audit_watch: if added to lists, lifetime is from audit_init_watch() to
31 * audit_remove_watch(). Additionally, an audit_watch may exist
36 struct audit_watch { struct
47 struct list_head watches; /* anchor for audit_watch->wlist */
100 void audit_get_watch(struct audit_watch *watch)
105 void audit_put_watch(struct audit_watch *watch)
115 static void audit_remove_watch(struct audit_watch *watch)
123 char *audit_watch_path(struct audit_watch *watc
[all...]
H A Daudit.h44 struct audit_watch;
267 extern void audit_put_watch(struct audit_watch *watch);
268 extern void audit_get_watch(struct audit_watch *watch);
273 extern char *audit_watch_path(struct audit_watch *watch);
274 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino,
H A DMakefile88 obj-$(CONFIG_AUDITSYSCALL) += auditsc.o audit_watch.o audit_fsnotify.o audit_tree.o
H A Dauditfilter.c31 * contents of structs audit_entry, audit_watch and opaque
942 struct audit_watch *watch = entry->rule.watch;
/linux-master/include/linux/
H A Daudit.h36 struct audit_watch;
53 struct audit_watch *watch; /* associated watch */

Completed in 457 milliseconds