Home | History | Annotate | Download | only in lfs

Lines Matching defs:thisino

354 	ino_t headino, thisino, oldnext, tailino;
407 thisino = headino;
408 while (thisino != LFS_UNUSED_INUM) {
410 LFS_IENTRY(ifp, fs, thisino, bp);
417 thisino = nextfree;
440 /* If our inode was the tail, thisino is now the tail */
442 LFS_PUT_TAILFREE(fs, cip, cbp, thisino);
1042 ino_t i, headino, maxino, thisino, tailino, nextfree;
1106 thisino = headino;
1107 while (thisino != LFS_UNUSED_INUM) {
1111 LFS_IENTRY(ifp, fs, thisino, bp);
1116 thisino = nextfree;
1132 if (thisino != tailino) {
1136 (intmax_t)thisino, (intmax_t)tailino);