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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_watch.c260 struct audit_watch *owatch, *nwatch, *nextw; local
267 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) {
268 if (audit_compare_dname_path(dname, owatch->path, NULL))
278 nwatch = audit_dupe_watch(owatch);
287 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) {
314 audit_watch_log_rule_change(r, owatch, "updated rules");
319 audit_remove_watch(owatch);

Completed in 88 milliseconds