Searched refs:e2fs_bcount (Results 1 – 9 of 9) sorted by relevance
195 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()
183 if (testbmap(d) || d >= sblock.e2fs.e2fs_bcount) { in pass5()
50 new->e2fs_bcount = bswap32(old->e2fs_bcount); in e2fs_sb_bswap()
923 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()
136 if (bpref >= fs->e2fs.e2fs_bcount) in ext2fs_alloc()529 if ((u_int)bno >= fs->e2fs.e2fs_bcount) { in ext2fs_blkfree()
142 uint32_t e2fs_bcount; /* blocks count */ member
441 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()
339 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()
146 howmany(fs->e2fs.e2fs_bcount - fs->e2fs.e2fs_first_dblock, in ext2fs_read_sblock()