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

/linux-master/kernel/
H A Daudit_watch.c249 struct audit_watch *owatch, *nwatch, *nextw; local
256 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) {
257 if (audit_compare_dname_path(dname, owatch->path,
268 nwatch = audit_dupe_watch(owatch);
277 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) {
309 audit_remove_watch(owatch);

Completed in 119 milliseconds