Searched refs:ndwatch (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.c358 struct nameidata *ndparent, *ndwatch; local
365 ndwatch = kmalloc(sizeof(*ndwatch), GFP_KERNEL);
366 if (unlikely(!ndwatch)) {
374 kfree(ndwatch);
378 err = path_lookup(path, 0, ndwatch);
380 kfree(ndwatch);
381 ndwatch = NULL;
385 *ndw = ndwatch;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Daudit_watch.c358 struct nameidata *ndparent, *ndwatch; local
365 ndwatch = kmalloc(sizeof(*ndwatch), GFP_KERNEL);
366 if (unlikely(!ndwatch)) {
374 kfree(ndwatch);
378 err = path_lookup(path, 0, ndwatch);
380 kfree(ndwatch);
381 ndwatch = NULL;
385 *ndw = ndwatch;

Completed in 160 milliseconds