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

  /src/sbin/fsck_ext2fs/
setup.c 542 cgoverhead(int c) function in typeref:typename:daddr_t
  /src/sbin/newfs_ext2fs/
mke2fs.c 128 static uint cgoverhead(uint);
464 if (reserved_ngdb >= blocks_lastcg - cgoverhead(ncg - 1))
465 reserved_ngdb = blocks_lastcg - cgoverhead(ncg - 1);
505 blocks_lastcg - cgoverhead(cylno));
508 sblock.e2fs.e2fs_bpg - cgoverhead(cylno));
731 for (i = 0; i < cgoverhead(cylno) / NBBY; i++)
734 for (; i < cgoverhead(cylno); i++)
809 ((daddr_t)sblock.e2fs.e2fs_first_dblock + cgoverhead(0)) *
849 * uint cgoverhead(uint c)
855 cgoverhead(uint c function in typeref:typename:uint
    [all...]

Completed in 13 milliseconds