Searched refs:e2fs_bcount (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/bin/df/
H A Dext2fs_df.c80 ncg = howmany(sblock.e2fs_bcount - sblock.e2fs_first_dblock,
90 sfsp->f_blocks = sblock.e2fs_bcount - overhead;
/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c163 maxfsblock = sblock.e2fs.e2fs_bcount;
175 (sblock.e2fs.e2fs_rbcount > sblock.e2fs.e2fs_bcount)) {
179 sblock.e2fs.e2fs_rbcount = sblock.e2fs.e2fs_bcount * 0.1;
292 howmany(sblock.e2fs.e2fs_bcount - sblock.e2fs.e2fs_first_dblock,
393 bp->b_un.b_fs->e2fs_bcount = letoh32(sblock.e2fs.e2fs_bcount);
469 fs->e2fs.e2fs_bcount = (pp->p_size * DEV_BSIZE) / fs->e2fs_bsize;
476 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock,
H A Dpass5.c151 if (testbmap(d) || d >= sblock.e2fs.e2fs_bcount) {
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_bswap.c56 new->e2fs_bcount = swap32(old->e2fs_bcount);
H A Dext2fs_alloc.c97 if (bpref >= fs->e2fs.e2fs_bcount)
469 if (bno >= fs->e2fs.e2fs_bcount) {
H A Dext2fs.h108 u_int32_t e2fs_bcount; /* blocks count */ member in struct:ext2fs
H A Dext2fs_vfsops.c358 fs->e2fs_ncg = howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock,
684 sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead;
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c334 sblock.e2fs.e2fs_bcount = bcount;
341 sblock.e2fs.e2fs_rbcount = sblock.e2fs.e2fs_bcount * minfree / 100;
430 (sblock.e2fs.e2fs_bcount - sblock.e2fs.e2fs_first_dblock)
701 nblcg = sblock.e2fs.e2fs_bcount -

Completed in 218 milliseconds