HomeSort by relevance Sort by last modified time
    Searched refs:treeblocks (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
mke2fs.c 87 unsigned treeblocks; // Blocks used by dt
298 // Writes total block count to TT.treeblocks and inode count to TT.treeinodes.
311 TT.treeblocks += that->st.st_blocks;
315 TT.treeblocks += blocks = file_blocks_used(*size, 0);
609 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1;
613 temp = TT.treeblocks;
654 int treeblocks = TT.treeblocks, treeinodes = TT.treeinodes; local
693 if (temp > treeblocks) {
694 treeblocks -= temp
    [all...]
  /external/toybox/generated/
globals.h 715 unsigned treeblocks; // Blocks used by dt member in struct:mke2fs_data

Completed in 45 milliseconds