Home
last modified time | relevance | path

Searched refs:audit_alloc_mark (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/
H A Daudit.h277 extern struct audit_fsnotify_mark *audit_alloc_mark(struct audit_krule *krule,
315 #define audit_alloc_mark(k, p, l) (ERR_PTR(-EINVAL)) macro
H A Daudit_fsnotify.c74 struct audit_fsnotify_mark *audit_alloc_mark(struct audit_krule *krule, char *pathname, int len) in audit_alloc_mark() function
H A Daudit_watch.c514 audit_mark = audit_alloc_mark(new, pathname, strlen(pathname)); in audit_dupe_exe()
H A Dauditfilter.c592 audit_mark = audit_alloc_mark(&entry->rule, str, f_val); in audit_data_to_entry()