audit_mark_path   267 kernel/audit.h extern char *audit_mark_path(struct audit_fsnotify_mark *mark);
audit_mark_path   527 kernel/audit_watch.c 	pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL);
audit_mark_path   676 kernel/auditfilter.c 				audit_pack_string(&bufp, audit_mark_path(krule->exe));
audit_mark_path   743 kernel/auditfilter.c 			if (strcmp(audit_mark_path(a->exe),
audit_mark_path   744 kernel/auditfilter.c 				   audit_mark_path(b->exe)))