Home
last modified time | relevance | path

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

/kernel/
Daudit.h276 extern char *audit_mark_path(struct audit_fsnotify_mark *mark);
293 #define audit_mark_path(m) "" macro
Daudit_fsnotify.c64 char *audit_mark_path(struct audit_fsnotify_mark *mark) in audit_mark_path() function
Dauditfilter.c654 audit_pack_string(&bufp, audit_mark_path(krule->exe)); in audit_krule_to_data()
721 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule()
722 audit_mark_path(b->exe))) in audit_compare_rule()
Daudit_watch.c538 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe()