Searched refs:nextfnp (Results 1 – 5 of 5) sorted by relevance
458 struct fn *nextfnp; in dologname() local550 while ((nextfnp = fn_list_next(logfiles)) != NULL) { in dologname()551 buf = fn_s(nextfnp); in dologname()563 while ((nextfnp = fn_list_next(globbedfiles)) != NULL) in dologname()564 if (rotatelog(nextfnp, allopts)) in dologname()565 expirefiles(nextfnp, allopts); in dologname()868 struct fn *nextfnp; in expirefiles() local909 while ((nextfnp = fn_list_next(files)) != NULL) { in expirefiles()910 buf = fn_s(nextfnp); in expirefiles()925 ((nextfnp = fn_list_popoldest(files)) != NULL)) { in expirefiles()[all …]
161 struct fn *nextfnp; in glob_glob() local171 while ((nextfnp = fn_list_next(tmplist)) != NULL) in glob_glob()172 if (glob_magic(nextfnp)) { in glob_glob()183 while ((nextfnp = fn_list_next(tmplist)) != NULL) { in glob_glob()184 newfnp = glob_to_reglob(nextfnp); in glob_glob()220 struct fn *nextfnp; in glob_reglob() local259 while ((nextfnp = fn_list_next(ret)) != NULL) { in glob_reglob()264 if ((dirp = opendir(fn_s(nextfnp))) == NULL) in glob_reglob()272 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob()
477 struct fn *nextfnp; in fn_list_appendrange() local483 nextfnp = NULL; in fn_list_appendrange()485 nextfnp = fnp->fn_next; in fn_list_appendrange()491 fnp = nextfnp; in fn_list_appendrange()
2284 fnnode_t *nextfnp; /* next examined node in the tree */ in unmount_subtree() local2336 if ((nextfnp = currfnp->fn_next) != NULL) { in unmount_subtree()2337 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()2340 currfnp = nextfnp; in unmount_subtree()2350 nextfnp = currfnp->fn_parent; in unmount_subtree()2351 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()2353 currfnp = nextfnp; in unmount_subtree()2393 if ((nextfnp = currfnp->fn_trigger) != NULL) { in unmount_subtree()2394 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()2397 currfnp = nextfnp; in unmount_subtree()[all …]
4235 nfs4_fname_t *nextfnp; in fn_path() local4251 nextfnp = fnp->fn_parent; in fn_path()4252 if (nextfnp != NULL) in fn_path()4253 fn_hold(nextfnp); in fn_path()4256 fnp = nextfnp; in fn_path()