Searched refs:ohtable (Results 1 – 2 of 2) sorted by relevance
308 struct entry *ohtable; in linkchk() local318 ohtable = htable; in linkchk()324 if (ohtable) { in linkchk()327 if (ohtable[i].ino || ohtable[i].dev) in linkchk()328 linkchk(ohtable[i].dev, ohtable[i].ino); in linkchk()329 free(ohtable); in linkchk()
786 struct entry *ohtable; in link_check() 796 ohtable = htable;799 if (ohtable) {801 if (ohtable[i].data)802 link_check(ohtable[i].data);803 free(ohtable);747 struct entry *ohtable; link_check() local