HomeSort by: relevance | last modified time | path
    Searched refs:lastino (Results 1 - 12 of 12) sorted by relevancy

  /src/sbin/fsck_lfs/
fsck_vars.h 68 extern ino_t lastino; /* last inode in use */
vars.c 69 ino_t lastino; /* last inode in use */ variable in typeref:typename:ino_t
pass4.c 89 for (inumber = ULFS_ROOTINO; inumber <= lastino; inumber++) {
pass1.c 223 lastino = inumber;
  /src/sbin/fsck_ext2fs/
pass4.c 88 for (inumber = EXT2_ROOTINO; inumber <= lastino; inumber++) {
fsck.h 208 extern ino_t lastino; /* last inode in use */
main.c 119 ino_t lastino; variable in typeref:typename:ino_t
pass1.c 202 lastino = inumber;
  /src/sys/ufs/lfs/
lfs_syscalls.c 226 ino_t lastino; local in function:lfs_markv
264 lastino = LFS_UNUSED_INUM;
272 if (lastino != blkp->bi_inode) {
280 lastino = blkp->bi_inode;
300 lastino = LFS_UNUSED_INUM;
314 if (lastino != blkp->bi_inode) {
327 lastino = blkp->bi_inode;
669 ino_t lastino; local in function:lfs_bmapv
699 lastino = LFS_UNUSED_INUM;
706 if (lastino != blkp->bi_inode)
    [all...]
lfs_alloc.c 801 ino_t ino, firstino, lastino, maxino; local in function:lfs_order_freelist
826 firstino = lastino = LFS_UNUSED_INUM;
877 /* XXX: assert lastino == LFS_UNUSED_INUM? */
884 /* XXX: assert lastino != LFS_UNUSED_INUM? */
886 /* load lastino's ifile entry */
887 LFS_IENTRY(ifp, fs, lastino, bp);
897 lastino = ino;
911 LFS_PUT_TAILFREE(fs, cip, bp, lastino);
  /src/sbin/fsck_ffs/
pass1.c 64 static ino_t lastino; variable in typeref:typename:ino_t
180 lastino += 1;
181 if (inosused < (ino_t)sblock->fs_ipg || inumber == lastino)
189 if (lastino < (c * (ino_t)sblock->fs_ipg))
192 ninosused = lastino - (c * sblock->fs_ipg);
271 lastino = inumber;
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 217 static int lastino = 2; variable in typeref:typename:int
545 va->va_fileid = atomic_inc_uint_nv(&lastino);

Completed in 16 milliseconds