Home
last modified time | relevance | path

Searched refs:audit_to_watch (Results 1 – 3 of 3) sorted by relevance

/kernel/
Daudit.h273 extern int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op);
290 #define audit_to_watch(k, p, l, o) (-EINVAL) macro
Daudit_watch.c190 int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op) in audit_to_watch() function
Dauditfilter.c518 err = audit_to_watch(&entry->rule, str, f->val, f->op); in audit_data_to_entry()