Searched refs:owatch (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | audit_watch.c | 262 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local 269 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch() 270 if (audit_compare_dname_path(dname, owatch->path, in audit_update_watch() 281 nwatch = audit_dupe_watch(owatch); in audit_update_watch() 290 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch() 317 audit_watch_log_rule_change(r, owatch, "updated rules"); in audit_update_watch() 322 audit_remove_watch(owatch); in audit_update_watch()
|