OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSFree
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/fsck_msdos/
dosfs.h
57
cl_t
FSFree
; /* Number of free clusters acc. FSInfo */
boot.c
175
boot->
FSFree
= fsinfo[0x1e8] + (fsinfo[0x1e9] << 8)
317
fsinfo[0x1e8] = (u_char)boot->
FSFree
;
318
fsinfo[0x1e9] = (u_char)(boot->
FSFree
>> 8);
319
fsinfo[0x1ea] = (u_char)(boot->
FSFree
>> 16);
320
fsinfo[0x1eb] = (u_char)(boot->
FSFree
>> 24);
fat.c
616
if (boot->
FSFree
!= 0xffffffffU &&
617
boot->
FSFree
!= boot->NumFree) {
619
boot->
FSFree
, boot->NumFree);
621
boot->
FSFree
= boot->NumFree;
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025