HomeSort by: relevance | last modified time | path
    Searched defs:startinum (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_ext2fs/
inode.c 94 static ino_t startinum; variable in typeref:typename:ino_t
399 if (startinum == 0 ||
400 inumber < startinum || inumber >= startinum + sblock.e2fs_ipb) {
405 startinum =
456 startinum = 0;
  /src/sbin/fsck_ffs/
inode.c 64 static ino_t startinum; variable in typeref:typename:ino_t
331 if (startinum == 0 ||
332 inumber < startinum || inumber >= startinum + FFS_INOPB(sblock)) {
337 startinum = (inumber / FFS_INOPB(sblock)) * FFS_INOPB(sblock);
448 startinum = 0;

Completed in 12 milliseconds