Searched defs:INOHASH (Results 1 – 3 of 3) sorted by relevance
57 #define INOHASH(device, inum) ufs_ihash((device), (inum)) macro
65 #define INOHASH(device, inum) cd9660_isohash((device), (inum)) macro
64 #define INOHASH(val) (val % HASHSIZE) macro