Searched refs:owatch (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | audit_watch.c | 249 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local 256 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch() 257 if (audit_compare_dname_path(dname, owatch->path, in audit_update_watch() 268 nwatch = audit_dupe_watch(owatch); in audit_update_watch() 277 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch() 309 audit_remove_watch(owatch); in audit_update_watch()
|