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()
324 struct audit_krule *r, *nextr; in audit_remove_parent_watches() local
329 list_for_each_entry_safe(r, nextr, &w->rules, rlist) { in audit_remove_parent_watches()
330 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
331 audit_watch_log_rule_change(r, w, "remove_rule"); in audit_remove_parent_watches()
334 list_del(&r->rlist); in audit_remove_parent_watches()
335 list_del(&r->list); in audit_remove_parent_watches()