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