Lines Matching defs:thisino
425 ino_t thisino = lfs_dino_getinumber(fs, dp);
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) {