Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c236 boot->FSFree = le32dec(&fsinfo[0x1e8]); in readboot()
340 fsinfo[0x1e8] = (u_char)boot->FSFree; in writefsinfo()
341 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8); in writefsinfo()
342 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16); in writefsinfo()
343 fsinfo[0x1eb] = (u_char)(boot->FSFree >> 24); in writefsinfo()
H A Ddosfs.h60 cl_t FSFree; /* Number of free clusters acc. FSInfo */ member
H A Dfat.c1332 if (boot->FSFree != 0xffffffffU && in checklost()
1333 boot->FSFree != boot->NumFree) { in checklost()
1335 boot->FSFree, boot->NumFree); in checklost()
1337 boot->FSFree = boot->NumFree; in checklost()