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