Home | History | Annotate | Download | only in pending

Lines Matching refs:treeblocks

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;
693 if (temp > treeblocks) {
694 treeblocks -= temp;
697 temp -= treeblocks;
698 treeblocks = 0;
720 temp = TT.treeblocks - usedblocks;