Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c239 boot->FSFree = fsinfo[0x1e8] + (fsinfo[0x1e9] << 8) in readboot()
347 fsinfo[0x1e8] = (u_char)boot->FSFree; in writefsinfo()
348 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8); in writefsinfo()
349 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16); in writefsinfo()
350 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.c1298 if (boot->FSFree != 0xffffffffU && in checklost()
1299 boot->FSFree != boot->NumFree) { in checklost()
1301 boot->FSFree, boot->NumFree); in checklost()
1303 boot->FSFree = boot->NumFree; in checklost()