Home
last modified time | relevance | path

Searched refs:wlist (Results 1 – 2 of 2) sorted by relevance

/kernel/
Daudit.h64 struct list_head wlist; /* entry in parent->watches list */ member
Dauditfilter.c129 list_del(&watch->wlist); in audit_remove_watch()
990 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
1051 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch()
1065 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
1205 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
1224 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()