Lines Matching refs:blockbits
94 unsigned blockbits; // Bits per block. (Also blocks per group.)
282 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()
397 int i, group = TT.nextblock/TT.blockbits; in fill_inode()
459 TT.blockbits = 8*TT.blocksize; in mke2fs_main()
497 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main()
498 else TT.groups = div_round_up(TT.blocks, TT.blockbits); in mke2fs_main()
509 if (temp <= TT.groups * TT.blockbits) { in mke2fs_main()
532 end = TT.blockbits; in mke2fs_main()
533 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1); in mke2fs_main()
591 used += j*TT.blockbits; in mke2fs_main()
607 bits_set(toybuf, end, TT.blockbits-end); in mke2fs_main()
619 bits_set(toybuf, TT.inodespg, slot = TT.blockbits-TT.inodespg); in mke2fs_main()