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

  /src/sbin/fsck_ext2fs/
setup.c 544 int overh; local in function:cgoverhead
545 overh =
552 return overh;
554 overh += 1 /* superblock */ + sblock.e2fs_ngdb;
555 return overh;
inode.c 342 int c, overh; local in function:chkrange
347 overh = cgoverhead(c);
348 if (blk < sblock.e2fs.e2fs_bpg * c + overh +
350 if ((blk + cnt) > sblock.e2fs.e2fs_bpg * c + overh +
355 sblock.e2fs.e2fs_bpg * c + overh +
360 overh + sblock.e2fs.e2fs_first_dblock);
365 if ((blk + cnt) > sblock.e2fs.e2fs_bpg * (c + 1) + overh +
370 sblock.e2fs.e2fs_bpg * c + overh +
375 overh + sblock.e2fs.e2fs_first_dblock);
  /src/sbin/newfs_ext2fs/
mke2fs.c 857 uint overh; local in function:cgoverhead
859 overh = NBLOCK_BLOCK_BITMAP + NBLOCK_INODE_BITMAP + sblock.e2fs_itpg;
865 overh += NBLOCK_SUPERBLOCK + sblock.e2fs_ngdb;
870 overh += sblock.e2fs.e2fs_reserved_ngdb;
873 return overh;

Completed in 13 milliseconds