Searched refs:freeblocks (Results 1 – 8 of 8) sorted by relevance
91 unsigned freeblocks; // Free blocks in the filesystem.384 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()627 TT.freeblocks = TT.blocks - temp; in mke2fs_main()
2662 uint freeblocks; in _PyObject_DebugMallocStats() local2673 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()2674 numfreeblocks[sz] += freeblocks; in _PyObject_DebugMallocStats()2676 if (freeblocks > 0) in _PyObject_DebugMallocStats()
153 freeblocks
90 Modules/_collectionsmodule.c:freeblocks static block *freeblocks[MAXFREEBL…
289 Modules/_collectionsmodule.c - freeblocks variable static block *freeblocks[MAXFREEBLOCKS]
127 static block *freeblocks[MAXFREEBLOCKS]; variable134 return freeblocks[numfreeblocks]; in newblock()148 freeblocks[numfreeblocks] = b; in freeblock()
742 unsigned freeblocks; // Free blocks in the filesystem. member
1759 static void freeblocks(void) in freeblocks() function6452 freeblocks(); in main()