Searched refs:treeblocks (Results 1 – 2 of 2) sorted by relevance
87 unsigned treeblocks; // Blocks used by dt175 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() local556 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 …]
659 unsigned treeblocks; // Blocks used by dt member