Searched refs:audit_to_watch (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/kernel/ |
D | audit.h | 272 extern int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op); 289 #define audit_to_watch(k, p, l, o) (-EINVAL) macro
|
D | audit_watch.c | 191 int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op) in audit_to_watch() function
|
D | auditfilter.c | 536 err = audit_to_watch(&entry->rule, str, f->val, f->op); in audit_data_to_entry()
|