Searched refs:HPNOHASH (Results 1 – 1 of 1) sorted by relevance
51 #define HPNOHASH(dev, lsn) (&hpfs_hphashtbl[(minor(dev) + (lsn)) & hpfs_hphash]) macro94 for (hp = HPNOHASH(dev, ino)->lh_first; hp; hp = hp->h_hash.le_next) { in hpfs_hphashlookup()111 for (hp = HPNOHASH(dev, ino)->lh_first; hp; hp = hp->h_hash.le_next) { in hpfs_hphashvget()122 for (hp = HPNOHASH(dev, ino)->lh_first; hp; hp = hp->h_hash.le_next) { in hpfs_hphashvget()150 hpp = HPNOHASH(hp->h_dev, hp->h_no); in hpfs_hphashins()