Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Daudit_watch.c263 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local
270 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
271 if (audit_compare_dname_path(dname, owatch->path, in audit_update_watch()
282 nwatch = audit_dupe_watch(owatch); in audit_update_watch()
291 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch()
320 audit_watch_log_rule_change(r, owatch, "updated_rules"); in audit_update_watch()
325 audit_remove_watch(owatch); in audit_update_watch()