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
169 inphash = (struct inohash *)Calloc(dirhash, sizeof(struct inohash)); in setup()
170 if (inpsort == NULL || inphash == NULL) { in setup()
H A Dinode.c1161 SLIST_INSERT_HEAD(&inphash[inumber % dirhash], inp, i_hash); in cacheino()
1193 SLIST_FOREACH(inp, &inphash[inumber % dirhash], i_hash) { in getinoinfo()
1212 SLIST_FOREACH(inp, &inphash[inumber % dirhash], i_hash) { in removecachedino()
1215 SLIST_REMOVE(&inphash[inumber % dirhash], inp, inoinfo, i_hash); in removecachedino()
1240 if (inphash == NULL) in inocleanup()
1244 free((char *)inphash); in inocleanup()
1245 inphash = NULL; in inocleanup()
H A Dfsck.h311 extern SLIST_HEAD(inohash, inoinfo) *inphash;