Searched refs:audit_alloc_mark (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/kernel/ | 
| D | audit.h | 275 extern struct audit_fsnotify_mark *audit_alloc_mark(struct audit_krule *krule, char *pathname, int … 292 #define audit_alloc_mark(k, p, l) (ERR_PTR(-EINVAL))  macro
  | 
| D | audit_fsnotify.c | 83 struct audit_fsnotify_mark *audit_alloc_mark(struct audit_krule *krule, char *pathname, int len)  in audit_alloc_mark()  function
  | 
| D | audit_watch.c | 531 	audit_mark = audit_alloc_mark(new, pathname, strlen(pathname));  in audit_dupe_exe()
  | 
| D | auditfilter.c | 559 			audit_mark = audit_alloc_mark(&entry->rule, str, f->val);  in audit_data_to_entry()
  |