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

/freebsd-13-stable/sbin/restore/
H A Ddirs.c71 #define INOHASH(val) (val % HASHSIZE) macro
744 itp->t_next = inotab[INOHASH(ctxp->ino)];
745 inotab[INOHASH(ctxp->ino)] = itp;
777 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)

Completed in 92 milliseconds