Home
last modified time | relevance | path

Searched refs:nm_nextp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c144 nodep->nm_nextp = *bucket; in nameinsert()
159 npp = &np->nm_nextp) { in nameremove()
161 *npp = np->nm_nextp; in nameremove()
178 for (np = *NM_FILEVP_HASH(vp); np != NULL; np = np->nm_nextp) in namefind()
198 for (np = *NM_FILEVP_HASH(vp); np != NULL; np = np->nm_nextp) { in nm_walk_mounts()
258 nodep = nodep->nm_nextp; in nm_umountall()
286 nodep = nodep->nm_nextp; in nm_umountall()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dnamenode.h65 struct namenode *nm_nextp; /* next link in the linked list */ member