Home
last modified time | relevance | path

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

/original-bsd/sys/isofs/cd9660/
H A Dcd9660_node.c40 struct iso_node **idvhashtbl; variable
57 idvhashtbl = hashinit(desiredvnodes / 8, M_ISOFSMNT, &idvhash);
73 dpp = &idvhashtbl[DNOHASH(device, inum)];
103 for (dpp = idvhashtbl; dpp <= idvhashtbl + idvhash; dpp++) {