Home
last modified time | relevance | path

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

/original-bsd/sys/isofs/cd9660/
H A Dcd9660_node.c35 u_long isohash; variable
36 #define INOHASH(device, inum) (((device) + ((inum)>>12)) & isohash)
54 isohashtbl = hashinit(desiredvnodes, M_ISOFSMNT, &isohash);