Searched refs:nm_nextp (Results 1 – 2 of 2) sorted by relevance
142 nodep->nm_nextp = *bucket; in nameinsert()157 npp = &np->nm_nextp) { in nameremove()159 *npp = np->nm_nextp; in nameremove()176 for (np = *NM_FILEVP_HASH(vp); np != NULL; np = np->nm_nextp) in namefind()231 nodep = nodep->nm_nextp; in nm_umountall()259 nodep = nodep->nm_nextp; in nm_umountall()
61 struct namenode *nm_nextp; /* next link in the linked list */ member