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
162 // Writes total block count to TT.treeblocks and inode count to TT.treeinodes.
175 TT.treeblocks += that->st.st_blocks;
179 TT.treeblocks += blocks = file_blocks_used(*size, 0);
472 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1;
476 temp = TT.treeblocks;
517 int treeblocks = TT.treeblocks, treeinodes = TT.treeinodes; local
556 if (temp > treeblocks) {
557 treeblocks -= temp
    [all...]
  /external/toybox/generated/
globals.h 722 unsigned treeblocks; // Blocks used by dt member in struct:mke2fs_data

Completed in 1095 milliseconds