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
175 TT.treeblocks += that->st.st_blocks; in check_treesize()
179 TT.treeblocks += blocks = file_blocks_used(*size, 0); in check_treesize()
472 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main()
476 temp = TT.treeblocks; in mke2fs_main()
517 int treeblocks = TT.treeblocks, treeinodes = TT.treeinodes; in mke2fs_main() local
556 if (temp > treeblocks) { in mke2fs_main()
557 treeblocks -= temp; in mke2fs_main()
560 temp -= treeblocks; in mke2fs_main()
561 treeblocks = 0; in mke2fs_main()
[all …]
/external/toybox/generated/
Dglobals.h659 unsigned treeblocks; // Blocks used by dt member