Lines Matching defs:walker
45 static int walker(const char *name, const struct stat64 *sp,
49 * The following globals are necessary due to the "walker" function
51 * walker function, they must be global.
249 * walker(), both directly and indirectly. Since
250 * the parameters to walker() are defined by nftw(),
260 * Walk the subtree and invoke the callback function walker()
265 (void) nftw64(root->subtree, &walker, 20, FTW_PHYS|FTW_ANYERR);
270 * walker() must return 0, or the tree walk will stop,
344 walker(const char *name, const struct stat64 *sp, int type, struct FTW *ftwx)
389 * Since the parameters to walker() are constrained by nftw(),