Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dsetup.c52 struct inohash *inphash; /* hash list of directory inode info */ variable
168 inphash = (struct inohash *)Calloc(dirhash, sizeof(struct inohash)); in setup()
169 if (inpsort == NULL || inphash == NULL) { in setup()
H A Dinode.c1162 SLIST_INSERT_HEAD(&inphash[inumber % dirhash], inp, i_hash); in cacheino()
1194 SLIST_FOREACH(inp, &inphash[inumber % dirhash], i_hash) { in getinoinfo()
1213 SLIST_FOREACH(inp, &inphash[inumber % dirhash], i_hash) { in removecachedino()
1216 SLIST_REMOVE(&inphash[inumber % dirhash], inp, inoinfo, i_hash); in removecachedino()
1241 if (inphash == NULL) in inocleanup()
1245 free((char *)inphash); in inocleanup()
1246 inphash = NULL; in inocleanup()
H A Dfsck.h312 extern SLIST_HEAD(inohash, inoinfo) *inphash;