FTW_NOLOOP
static int walkflags = FTW_CHDIR|FTW_PHYS|FTW_ANYERR|FTW_NOLOOP;
if ((vp->curflags & FTW_NOLOOP) ||
if (vp->curflags & FTW_NOLOOP) {