Home
last modified time | relevance | path

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

/openbsd/sys/isofs/cd9660/
H A Dcd9660_node.c60 u_int cd9660_isohash(dev_t, cdino_t);
65 #define INOHASH(device, inum) cd9660_isohash((device), (inum))
84 cd9660_isohash(dev_t device, cdino_t inum) in cd9660_isohash() function