Searched refs:fn_next (Results 1 – 6 of 6) sorted by relevance
59 struct fn *fn_next; /* next in list */ member84 fnp->fn_next = NULL; in fn_new()403 fnp->fn_next = NULL; in fn_list_addfn()407 fnlp->fnl_last->fn_next = fnp; in fn_list_addfn()432 fnlp->fnl_rptr = fnlp->fnl_rptr->fn_next; in fn_list_next()453 nextfnp2 = fnp2->fn_next; in fn_list_addfn_list()485 nextfnp = fnp->fn_next; in fn_list_appendrange()540 fnlp->fnl_first = ret->fn_next; in fn_list_popoldest()544 if (fnp->fn_next == ret) { in fn_list_popoldest()545 fnp->fn_next = ret->fn_next; in fn_list_popoldest()[all …]
79 struct filename *fn_next; member202 for (fnp = fnanchor; fnp; fnp = fnp->fn_next) { in main()440 fnp->fn_next = NULL; in getmntnames()442 fnpc->fn_next = fnp; in getmntnames()462 fnp->fn_next = NULL; in getcmdnames()464 fnpc->fn_next = fnp; in getcmdnames()
1304 newfnp->fn_next = dfnp->fn_trigger; in auto_perform_actions()1317 if (newfnp->fn_next != NULL) in auto_perform_actions()1319 newfnp->fn_next->fn_name)); in auto_perform_actions()1509 *fnpp = tmp->fn_next; /* remove it from the list */ in auto_disconnect()1516 fnpp = &tmp->fn_next; in auto_disconnect()1548 for (; cfnp; cfnp = cfnp->fn_next) { in auto_enter()1565 if (cfnp->fn_next != NULL) { in auto_enter()1567 (cfnp->fn_next->fn_offset - cfnp->fn_offset); in auto_enter()1571 spp = &cfnp->fn_next; in auto_enter()1575 spp = &cfnp->fn_next; in auto_enter()[all …]
658 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents; in auto_mount()742 pfnp->fn_next = fnp->fn_next; in auto_unmount()744 myrootfnnodep->fn_dirents = fnp->fn_next; in auto_unmount()745 fnp->fn_next = NULL; in auto_unmount()749 fnp = fnp->fn_next; in auto_unmount()
1145 nfnp = cfnp->fn_next; in auto_readdir()
173 struct fnnode *fn_next; /* sibling */ member