Home
last modified time | relevance | path

Searched refs:treeblocks (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
H A Dmke2fs.c87 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; in check_treesize()
315 TT.treeblocks += blocks = file_blocks_used(*size, 0); in check_treesize()
609 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main()
613 temp = TT.treeblocks; in mke2fs_main()
654 int treeblocks = TT.treeblocks, treeinodes = TT.treeinodes; in mke2fs_main() local
693 if (temp > treeblocks) { in mke2fs_main()
694 treeblocks in mke2fs_main()
[all...]
/third_party/toybox/generated/
H A Dglobals.h905 unsigned treeblocks; // Blocks used by dt member

Completed in 9 milliseconds