Home | History | Annotate | Download | only in pending

Lines Matching full:treeinodes

88   unsigned treeinodes;   // Inodes used by dt
162 // Writes total block count to TT.treeblocks and inode count to TT.treeinodes.
180 TT.treeinodes++;
265 if (temp < TT.treeinodes) error_exit("Not enough inodes.\n");
266 sb->free_inodes_count = SWAP_LE32(temp - TT.treeinodes);
517 int treeblocks = TT.treeblocks, treeinodes = TT.treeinodes;
544 if (temp > treeinodes) {
545 treeinodes -= temp;
548 temp -= treeinodes;
549 treeinodes = 0;
595 temp = TT.treeinodes - usedinodes;