OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSFree
(Results
1 - 3
of
3
) sorted by null
/external/fsck_msdos/
dosfs.h
64
cl_t
FSFree
; /* Number of free clusters acc. FSInfo */
boot.c
167
boot->
FSFree
= fsinfo[0x1e8] + (fsinfo[0x1e9] << 8)
295
fsinfo[0x1e8] = (u_char)boot->
FSFree
;
296
fsinfo[0x1e9] = (u_char)(boot->
FSFree
>> 8);
297
fsinfo[0x1ea] = (u_char)(boot->
FSFree
>> 16);
298
fsinfo[0x1eb] = (u_char)(boot->
FSFree
>> 24);
fat.c
696
if (boot->
FSFree
!= boot->NumFree) {
698
boot->
FSFree
, boot->NumFree);
700
boot->
FSFree
= boot->NumFree;
Completed in 2298 milliseconds