Searched refs:nextino (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dpass0.c107 ino_t ino, plastino, nextino, lowfreeino, freehd; local
143 nextino = ifp->if_nextfree;
151 freehd = nextino;
155 ifp->if_nextfree = nextino;
158 ino = nextino;
163 ino = nextino;
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dinode.c398 ino_t nextino, lastinum; variable
410 if (inumber != nextino++ || inumber > maxino)
437 nextino = 1;
454 while (nextino < EXT2_ROOTINO)
455 (void)getnextinode(nextino);
/netbsd-6-1-5-RELEASE/usr.sbin/quotacheck/
H A Dquotacheck.c715 static ino_t nextino, lastinum, lastvalidinum; variable
728 if (inumber != nextino++ || inumber > lastvalidinum) {
769 nextino = inum;
788 while (nextino < ROOTINO)
789 getnextinode(nextino);
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_psshfs/
H A Dpsshfs.c310 pctx.nextino = 2;
342 rva->va_fileid = pctx.nextino++;
H A Dpsshfs.h173 ino_t nextino; member in struct:psshfs_ctx
H A Dsubr.c395 psn->dir[idx].va.va_fileid = pctx->nextino++;
459 pd->va.va_fileid = pctx->nextino++;
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dmkfs.c1035 int nextino = LOSTFOUNDINO+1; local
1037 int nextino = ROOTINO+1; local
1244 iput(&node, nextino);
1245 sblock.fs_quotafile[i] = nextino;
1246 nextino++;
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dinode.c387 ino_t nextino, lastinum, lastvalidinum; variable
399 if (inumber != nextino++ || inumber > lastvalidinum)
439 nextino = inum;

Completed in 83 milliseconds