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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 103 milliseconds