Searched refs:fn_next (Results 1 – 7 of 7) sorted by relevance
40 struct fifonode *fn_next; member65 fn->fn_next = NULL; in fifo_add()70 f->f_tail->fn_next = fn; in fifo_add()86 if ((f->f_head = fn->fn_next) == NULL) in fifo_remove()115 fn = fn->fn_next; in fifo_free()128 for (i = 0, fn = f->f_head; fn; fn = fn->fn_next, i++); in fifo_len()146 for (fn = f->f_head; fn; fn = fn->fn_next) { in fifo_iter()
61 struct fn *fn_next; /* next in list */ member86 fnp->fn_next = NULL; in fn_new()405 fnp->fn_next = NULL; in fn_list_addfn()409 fnlp->fnl_last->fn_next = fnp; in fn_list_addfn()434 fnlp->fnl_rptr = fnlp->fnl_rptr->fn_next; in fn_list_next()455 nextfnp2 = fnp2->fn_next; in fn_list_addfn_list()487 nextfnp = fnp->fn_next; in fn_list_appendrange()542 fnlp->fnl_first = ret->fn_next; in fn_list_popoldest()546 if (fnp->fn_next == ret) { in fn_list_popoldest()547 fnp->fn_next = ret->fn_next; in fn_list_popoldest()[all …]
81 struct filename *fn_next; member204 for (fnp = fnanchor; fnp; fnp = fnp->fn_next) { in main()442 fnp->fn_next = NULL; in getmntnames()444 fnpc->fn_next = fnp; in getmntnames()464 fnp->fn_next = NULL; in getcmdnames()466 fnpc->fn_next = fnp; in getcmdnames()
1302 newfnp->fn_next = dfnp->fn_trigger; in auto_perform_actions()1315 if (newfnp->fn_next != NULL) in auto_perform_actions()1317 newfnp->fn_next->fn_name)); in auto_perform_actions()1507 *fnpp = tmp->fn_next; /* remove it from the list */ in auto_disconnect()1514 fnpp = &tmp->fn_next; in auto_disconnect()1546 for (; cfnp; cfnp = cfnp->fn_next) { in auto_enter()1563 if (cfnp->fn_next != NULL) { in auto_enter()1565 (cfnp->fn_next->fn_offset - cfnp->fn_offset); in auto_enter()1569 spp = &cfnp->fn_next; in auto_enter()1573 spp = &cfnp->fn_next; in auto_enter()[all …]
655 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents; in auto_mount()739 pfnp->fn_next = fnp->fn_next; in auto_unmount()741 myrootfnnodep->fn_dirents = fnp->fn_next; in auto_unmount()742 fnp->fn_next = NULL; in auto_unmount()746 fnp = fnp->fn_next; in auto_unmount()
1144 nfnp = cfnp->fn_next; in auto_readdir()
173 struct fnnode *fn_next; /* sibling */ member