HomeSort by: relevance | last modified time | path
    Searched defs:thisino (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
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...]
  /src/sbin/fsck_lfs/
pass6.c 425 ino_t thisino = lfs_dino_getinumber(fs, dp); local in function:readdress_inode
432 LFS_IENTRY(ifp, fs, thisino, bp);
447 vp = vget(fs, thisino);
468 alloc_inode(ino_t thisino, daddr_t daddr)
477 pwarn("allocating ino %ju at 0x%jx\n", (uintmax_t)thisino,
479 while (thisino >= maxino) {
483 LFS_IENTRY(ifp, fs, thisino, bp);
486 (long long)thisino);
494 if (oldhead == thisino) {
506 if (lfs_if_getnextfree(fs, ifp) == thisino) {
    [all...]

Completed in 12 milliseconds