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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dnamenode.h61 struct namenode *nm_nextp; /* next link in the linked list */ member in struct:namenode
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c142 nodep->nm_nextp = *bucket;
157 npp = &np->nm_nextp) {
159 *npp = np->nm_nextp;
176 for (np = *NM_FILEVP_HASH(vp); np != NULL; np = np->nm_nextp)
231 nodep = nodep->nm_nextp;
259 nodep = nodep->nm_nextp;

Completed in 46 milliseconds