Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dcheck.c55 int64_t freebytes; in checkfilesys() local
132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys()
138 humanize_number(freestr, sizeof(freestr), freebytes, "", in checkfilesys()
154 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree, in checkfilesys()
158 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree); in checkfilesys()

Completed in 2 milliseconds