isohash 61 isofs/cd9660/cd9660_node.c u_long isohash; isohash 62 isofs/cd9660/cd9660_node.c #define INOHASH(device, inum) (((device) + ((inum)>>12)) & isohash) isohash 83 isofs/cd9660/cd9660_node.c isohashtbl = hashinit(desiredvnodes, M_ISOFSMNT, M_WAITOK, &isohash);