| /src/sbin/fsck_lfs/ |
| pass0.c | 104 ino_t ino, plastino, nextino, lowfreeino, freehd; local 140 nextino = lfs_if_getnextfree(fs, ifp); 148 freehd = nextino; 152 lfs_if_setnextfree(fs, ifp, nextino); 155 ino = nextino; 160 ino = nextino;
|
| /src/sbin/fsck_ext2fs/ |
| inode.c | 418 ino_t nextino, lastinum; variable 430 if (inumber != nextino++ || inumber > maxino) 457 nextino = 1; 474 while (nextino < EXT2_ROOTINO) 475 (void)getnextinode(nextino);
|
| /src/sbin/fsck_ffs/ |
| inode.c | 397 ino_t nextino, lastinum, lastvalidinum; variable 409 if (inumber != nextino++ || inumber > lastvalidinum) 449 nextino = inum;
|
| /src/usr.sbin/puffs/mount_psshfs/ |
| psshfs.h | 173 ino_t nextino; member in struct:psshfs_ctx
|
| /src/sbin/newfs/ |
| mkfs.c | 1052 int nextino = LOSTFOUNDINO+1; local 1054 int nextino = UFS_ROOTINO+1; local 1261 iput(&node, nextino); 1262 sblock.fs_quotafile[i] = nextino; 1263 nextino++;
|
| /src/usr.sbin/quotacheck/ |
| quotacheck.c | 730 static ino_t nextino, lastinum, lastvalidinum; variable 743 if (inumber != nextino++ || inumber > lastvalidinum) { 784 nextino = inum; 803 while (nextino < UFS_ROOTINO) 804 getnextinode(nextino);
|