Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dcheck.c57 int64_t freebytes; in checkfilesys() local
134 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys()
140 humanize_number(freestr, sizeof(freestr), freebytes, "", in checkfilesys()
156 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree, in checkfilesys()
160 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree); in checkfilesys()