Searched refs:INOHASH (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/restore/
H A Ddirs.c69 #define INOHASH(val) (val % HASHSIZE) macro
741 itp->t_next = inotab[INOHASH(ctxp->ino)];
742 inotab[INOHASH(ctxp->ino)] = itp;
774 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)

Completed in 91 milliseconds