Home | History | Annotate | Download | only in pending

Lines Matching full:blockbits

94   unsigned blockbits;    // Bits per block.  (Also blocks per group.)
257 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits);
372 int i, group = TT.nextblock/TT.blockbits;
434 TT.blockbits = 8*TT.blocksize;
472 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1;
473 else TT.groups = div_round_up(TT.blocks, TT.blockbits);
484 if (temp <= TT.groups * TT.blockbits) {
507 end = TT.blockbits;
508 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1);
566 used += j*TT.blockbits;
582 bits_set(toybuf, end, TT.blockbits-end);
594 bits_set(toybuf, TT.inodespg, slot = TT.blockbits-TT.inodespg);