Home
last modified time | relevance | path

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

/kernel/
Dauditfilter.c985 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local
990 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
991 if (audit_compare_dname_path(dname, owatch->path, NULL)) in audit_update_watch()
999 nwatch = audit_dupe_watch(owatch); in audit_update_watch()
1008 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch()
1038 audit_log_untrustedstring(ab, owatch->path); in audit_update_watch()
1044 audit_remove_watch(owatch); in audit_update_watch()