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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Daudit_watch.c260 struct audit_watch *owatch, *nwatch, *nextw; local
278 nwatch = audit_dupe_watch(owatch);
279 if (IS_ERR(nwatch)) {
284 nwatch->dev = dev;
285 nwatch->ino = ino;
306 audit_get_watch(nwatch);
307 nentry->rule.watch = nwatch;
308 list_add(&nentry->rule.rlist, &nwatch->rules);
326 list_add(&nwatch->wlist, &parent->watches);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Daudit_watch.c260 struct audit_watch *owatch, *nwatch, *nextw; local
278 nwatch = audit_dupe_watch(owatch);
279 if (IS_ERR(nwatch)) {
284 nwatch->dev = dev;
285 nwatch->ino = ino;
306 audit_get_watch(nwatch);
307 nentry->rule.watch = nwatch;
308 list_add(&nentry->rule.rlist, &nwatch->rules);
326 list_add(&nwatch->wlist, &parent->watches);

Completed in 85 milliseconds