lfs_alloc.c | 354 ino_t headino, thisino, oldnext, tailino; local in function:lfs_valloc_fixed 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; local in function:lfs_check_freelist 1106 thisino = headino; 1107 while (thisino != LFS_UNUSED_INUM) [all...] |