Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
HDhpfs_hash.c51 #define HPNOHASH(dev, lsn) (&hpfs_hphashtbl[(minor(dev) + (lsn)) & hpfs_hphash]) macro
94 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()