Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c87 unsigned treeblocks; // Blocks used by dt
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 -= temp; in mke2fs_main()
697 temp -= treeblocks; in mke2fs_main()
698 treeblocks = 0; in mke2fs_main()
[all …]
/external/toybox/generated/
Dglobals.h715 unsigned treeblocks; // Blocks used by dt member