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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Daudit_watch.c0 /* audit_watch.c -- watching inodes
39 * event. Each audit_watch holds a reference to its associated parent.
41 * audit_watch: if added to lists, lifetime is from audit_init_watch() to
42 * audit_remove_watch(). Additionally, an audit_watch may exist
47 struct audit_watch { struct
58 struct list_head watches; /* anchor for audit_watch->wlist */
111 void audit_get_watch(struct audit_watch *watch)
116 void audit_put_watch(struct audit_watch *watch)
126 void audit_remove_watch(struct audit_watch *watch)
134 char *audit_watch_path(struct audit_watch *watc
[all...]
H A Daudit.h56 struct audit_watch;
110 extern void audit_put_watch(struct audit_watch *watch);
111 extern void audit_get_watch(struct audit_watch *watch);
115 extern char *audit_watch_path(struct audit_watch *watch);
116 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino, dev_t dev);
H A DMakefile75 obj-$(CONFIG_AUDIT_WATCH) += audit_watch.o
H A Dauditfilter.c40 * contents of structs audit_entry, audit_watch and opaque
866 struct audit_watch *watch = entry->rule.watch;
945 struct audit_watch *watch = entry->rule.watch;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Daudit_watch.c0 /* audit_watch.c -- watching inodes
39 * event. Each audit_watch holds a reference to its associated parent.
41 * audit_watch: if added to lists, lifetime is from audit_init_watch() to
42 * audit_remove_watch(). Additionally, an audit_watch may exist
47 struct audit_watch { struct
58 struct list_head watches; /* anchor for audit_watch->wlist */
111 void audit_get_watch(struct audit_watch *watch)
116 void audit_put_watch(struct audit_watch *watch)
126 void audit_remove_watch(struct audit_watch *watch)
134 char *audit_watch_path(struct audit_watch *watc
[all...]
H A Daudit.h56 struct audit_watch;
110 extern void audit_put_watch(struct audit_watch *watch);
111 extern void audit_get_watch(struct audit_watch *watch);
115 extern char *audit_watch_path(struct audit_watch *watch);
116 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino, dev_t dev);
H A DMakefile75 obj-$(CONFIG_AUDIT_WATCH) += audit_watch.o
H A Dauditfilter.c40 * contents of structs audit_entry, audit_watch and opaque
866 struct audit_watch *watch = entry->rule.watch;
945 struct audit_watch *watch = entry->rule.watch;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Daudit.h377 struct audit_watch;
392 struct audit_watch *watch; /* associated watch */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Daudit.h377 struct audit_watch;
392 struct audit_watch *watch; /* associated watch */

Completed in 189 milliseconds