Home
last modified time | relevance | path

Searched refs:e2fs_bcount (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c195 maxfsblock = sblock.e2fs.e2fs_bcount; in setup()
207 (sblock.e2fs.e2fs_rbcount > sblock.e2fs.e2fs_bcount)) { in setup()
212 sblock.e2fs.e2fs_bcount * MINFREE / 100; in setup()
334 howmany(sblock.e2fs.e2fs_bcount - sblock.e2fs.e2fs_first_dblock, in readsb()
457 bp->b_un.b_fs->e2fs_bcount = h2fs32(sblock.e2fs.e2fs_bcount); in copyback_sb()
525 fs->e2fs.e2fs_bcount = (fs->e2fs_bsize * DEV_BSIZE) / fs->e2fs_bsize; in calcsb()
532 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock, in calcsb()
H A Dpass5.c183 if (testbmap(d) || d >= sblock.e2fs.e2fs_bcount) { in pass5()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c50 new->e2fs_bcount = bswap32(old->e2fs_bcount); in e2fs_sb_bswap()
H A Dext2fs_vfsops.c923 sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead; in ext2fs_statvfs()
1384 if (fs->e2fs_first_dblock >= fs->e2fs_bcount) { in ext2fs_sbfill()
1388 if (fs->e2fs_rbcount > fs->e2fs_bcount || in ext2fs_sbfill()
1389 fs->e2fs_fbcount > fs->e2fs_bcount) { in ext2fs_sbfill()
1397 u32 = fs->e2fs_bcount - fs->e2fs_first_dblock; /* > 0 */ in ext2fs_sbfill()
H A Dext2fs_alloc.c136 if (bpref >= fs->e2fs.e2fs_bcount) in ext2fs_alloc()
529 if ((u_int)bno >= fs->e2fs.e2fs_bcount) { in ext2fs_blkfree()
H A Dext2fs.h142 uint32_t e2fs_bcount; /* blocks count */ member
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c441 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock, in read_sblock()
895 new->e2fs_bcount = bswap32(old->e2fs_bcount); in e2fs_sb_bswap()
990 printf("fs->e2fs.e2fs_bcount = %u\n", fs->e2fs.e2fs_bcount); in dump_sblock()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c339 sblock.e2fs.e2fs_bcount = bcount; in mke2fs()
346 sblock.e2fs.e2fs_rbcount = sblock.e2fs.e2fs_bcount * minfree / 100; in mke2fs()
438 (sblock.e2fs.e2fs_bcount - sblock.e2fs.e2fs_first_dblock) in mke2fs()
724 nblcg = sblock.e2fs.e2fs_bcount - in initcg()
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c146 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock, in ext2fs_read_sblock()