Searched refs:nc_next (Results 1 – 7 of 7) sorted by relevance
321 tail->nc_next = listp; in getconfiglist()581 for (p = *listpp; p != NULL; p = p->nc_next) { in remove_config()587 *listpp = prev->nc_next; in remove_config()589 prev->nc_next = p->nc_next; in remove_config()599 for (*tail = prev; (*tail)->nc_next != NULL; *tail = (*tail)->nc_next) in remove_config()637 next = (*listpp)->nc_next; in nfsl_freeconfig_list()663 for (p = *listpp; p != NULL; p = p->nc_next) { in findconfig()670 *listpp = prev->nc_next; in findconfig()672 prev->nc_next = p->nc_next; in findconfig()696 for (; listp != NULL; listp = listp->nc_next) in getlastconfig()[all …]
80 struct nfsl_config *nc_next; member
67 for (node = ss->nx_nodeq; node; node = node->nc_next) { in eibnx_cleanup_port_nodes()72 ss->nx_nodeq = node->nc_next; in eibnx_cleanup_port_nodes()74 prev->nc_next = node->nc_next; in eibnx_cleanup_port_nodes()
534 ss->nx_nodeq = node->nc_next; in eibnx_create_eoib_node()535 node->nc_next = NULL; in eibnx_create_eoib_node()553 ss->nx_nodeq = node->nc_next; in eibnx_create_eoib_node()554 node->nc_next = NULL; in eibnx_create_eoib_node()
639 new_node->nc_next = ss->nx_nodeq; in eibnx_queue_for_creation()
646 for (clp = listp; clp != NULL; clp = clp->nc_next) { in cycle_logs()902 for (; clp != NULL; clp = clp->nc_next) { in transactions_timeout()918 for (; clp != NULL; clp = clp->nc_next) { in close_all_translogs()
369 struct eibnx_nodeq_s *nc_next; member