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

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dpass0.c107 ino_t ino, plastino, nextino, lowfreeino, freehd; local
119 freehd = ino = cip->free_head;
151 freehd = nextino;
182 assert(ino != freehd);
183 ifp->if_nextfree = freehd;
186 freehd = ino;
197 if (cip->free_head != freehd) {
199 cip->free_head = freehd;
202 if (freehd != fs->lfs_freehd) {
204 (int)fs->lfs_freehd, (int)freehd);
[all...]

Completed in 103 milliseconds