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

  /src/sbin/fsck_ext2fs/
setup.c 195 maxfsblock = sblock.e2fs.e2fs_bcount;
207 (sblock.e2fs.e2fs_rbcount > sblock.e2fs.e2fs_bcount)) {
212 sblock.e2fs.e2fs_bcount * MINFREE / 100;
334 howmany(sblock.e2fs.e2fs_bcount - sblock.e2fs.e2fs_first_dblock,
457 bp->b_un.b_fs->e2fs_bcount = h2fs32(sblock.e2fs.e2fs_bcount);
525 fs->e2fs.e2fs_bcount = (fs->e2fs_bsize * DEV_BSIZE) / fs->e2fs_bsize;
532 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock,
pass5.c 183 if (testbmap(d) || d >= sblock.e2fs.e2fs_bcount) {
  /src/sys/ufs/ext2fs/
ext2fs_bswap.c 50 new->e2fs_bcount = bswap32(old->e2fs_bcount);
ext2fs_vfsops.c 919 sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead;
1380 if (fs->e2fs_first_dblock >= fs->e2fs_bcount) {
1384 if (fs->e2fs_rbcount > fs->e2fs_bcount ||
1385 fs->e2fs_fbcount > fs->e2fs_bcount) {
1393 u32 = fs->e2fs_bcount - fs->e2fs_first_dblock; /* > 0 */
ext2fs.h 142 uint32_t e2fs_bcount; /* blocks count */ member in struct:ext2fs
ext2fs_alloc.c 136 if (bpref >= fs->e2fs.e2fs_bcount)
529 if ((u_int)bno >= fs->e2fs.e2fs_bcount) {
  /src/sys/lib/libsa/
ext2fs.c 441 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock,
895 new->e2fs_bcount = bswap32(old->e2fs_bcount);
990 printf("fs->e2fs.e2fs_bcount = %u\n", fs->e2fs.e2fs_bcount);
  /src/sbin/newfs_ext2fs/
mke2fs.c 339 sblock.e2fs.e2fs_bcount = bcount;
346 sblock.e2fs.e2fs_rbcount = sblock.e2fs.e2fs_bcount * minfree / 100;
438 (sblock.e2fs.e2fs_bcount - sblock.e2fs.e2fs_first_dblock)
724 nblcg = sblock.e2fs.e2fs_bcount -
  /src/usr.sbin/installboot/
ext2fs.c 146 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock,

Completed in 19 milliseconds