Searched refs:total_free (Results 1 – 5 of 5) sorted by relevance
255 psize_t total_free; member266 pd->total_free += d_free; in _UPD_Altab()273 psize_t total_free = 0; in _OK_Altab() local278 total_free += q->_Size; in _OK_Altab()287 passert(pd->total_heap == pd->total_alloc + pd->total_free); in _OK_Altab()288 passert(total_free == pd->total_free); in _OK_Altab()
184 ULARGE_INTEGER available, total, total_free; in raw_getlength() local196 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free)) in raw_getlength()
1574 int total_free = 0; in ext2fs_calculate_summary_stats() local1584 total_free++; in ext2fs_calculate_summary_stats()1595 fs->super->s_free_blocks_count = total_free; in ext2fs_calculate_summary_stats()1601 total_free = 0; in ext2fs_calculate_summary_stats()1609 total_free++; in ext2fs_calculate_summary_stats()1620 fs->super->s_free_inodes_count = total_free; in ext2fs_calculate_summary_stats()
563 long total_free = 0; local592 total_free += rec.rec_len;597 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free, 598 (int)total_free);
3016 long total_free = 0; in tdb_printfreelist() local3047 total_free += rec.rec_len; in tdb_printfreelist()3052 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free, in tdb_printfreelist()3053 (int)total_free); in tdb_printfreelist()