Searched refs:lastino (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_itable.h56 xfs_ino_t *lastino, /* last inode returned */
H A Dxfs_itable.c298 xfs_ino_t lastino=0; /* last inode number returned */ local
398 /* lastino was not last in chunk */
630 lastino = ino;
645 agino = XFS_INO_TO_AGINO(mp, lastino);
658 * If we ran out of filesystem, mark lastino as off
665 *lastinop = (xfs_ino_t)lastino;
725 xfs_ino_t *lastino, /* last inode returned */
745 ino = (xfs_ino_t)*lastino;
839 *lastino = XFS_AGINO_TO_INO(mp, agno, agino);
723 xfs_inumbers( xfs_mount_t *mp, xfs_ino_t *lastino, int *count, xfs_inogrp_t __user *ubuffer) argument
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass1.c55 static ino_t lastino; /* last inode in use */ variable
200 lastino += 1;
201 if (lastino < (c * sblock.fs_ipg))
204 inosused = lastino - (c * sblock.fs_ipg);
217 if (inumber == lastino)
272 lastino = inumber;
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c13145 ino_t firstino, lastino, ino; local
13168 for (lastino = firstino + INOPB(fs) - 1; lastino > firstino; lastino--)
13169 if (inodedep_lookup(mp, lastino, 0, &inodedep) != 0)
13176 for (ino = firstino; ino <= lastino; ino++) {
13197 if (ino == lastino) {

Completed in 181 milliseconds