Lines Matching refs:r
226 static void audit_watch_log_rule_change(struct audit_krule *r, struct audit_watch *w, char *op) in audit_watch_log_rule_change() argument
238 audit_log_key(ab, r->filterkey); in audit_watch_log_rule_change()
239 audit_log_format(ab, " list=%d res=1", r->listnr); in audit_watch_log_rule_change()
249 struct audit_krule *r, *nextr; in audit_update_watch() local
276 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch()
278 oentry = container_of(r, struct audit_entry, rule); in audit_update_watch()
305 audit_watch_log_rule_change(r, owatch, "updated_rules"); in audit_update_watch()
326 struct audit_krule *r, *nextr; in audit_remove_parent_watches() local
331 list_for_each_entry_safe(r, nextr, &w->rules, rlist) { in audit_remove_parent_watches()
332 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
333 audit_watch_log_rule_change(r, w, "remove_rule"); in audit_remove_parent_watches()
336 list_del(&r->rlist); in audit_remove_parent_watches()
337 list_del(&r->list); in audit_remove_parent_watches()