Home
last modified time | relevance | path

Searched refs:freeblocks (Results 1 – 6 of 6) sorted by relevance

/third_party/toybox/toys/pending/
Dmke2fs.c91 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()
/third_party/python/Objects/
Dobmalloc.c2978 uint freeblocks; in _PyObject_DebugMallocStats() local
2989 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()
2990 numfreeblocks[sz] += freeblocks; in _PyObject_DebugMallocStats()
2992 if (freeblocks > 0) in _PyObject_DebugMallocStats()
/third_party/python/Modules/
D_collectionsmodule.c128 static block *freeblocks[MAXFREEBLOCKS]; variable
135 return freeblocks[numfreeblocks]; in newblock()
149 freeblocks[numfreeblocks] = b; in freeblock()
/third_party/toybox/generated/
Dglobals.h785 unsigned freeblocks; // Free blocks in the filesystem. member
/third_party/python/Tools/c-analyzer/
DTODO87 Modules/_collectionsmodule.c:freeblocks static block *freeblocks[MAXFREEBL…
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1759 static void freeblocks(void) in freeblocks() function
6452 freeblocks(); in main()