Searched refs:totfree (Results 1 – 2 of 2) sorted by relevance
613 int totfree = 0, totused = 0; in showall() local620 totfree += j * (1 << (i + 3)); in showall()628 totused, totfree); in showall()
433 off_t available, minfree, spacefree, totfree, needed; in check_space() local440 totfree = ((off_t) fsbuf.f_bfree * fsbuf.f_bsize) / 1024; in check_space()468 available = minfree > 0 ? spacefree - minfree : totfree; in check_space()