#include "fat.h"Defines | |
| #define | LOG_PRINTF(s) |
| #define | USED 0x1 |
| #define | DIRTY 0x2 |
Functions | |
| static int | search_for_buffer (tVolume *V, DWORD Sector) |
| static int | find_least_recently_used (tVolume *V) |
| static int | flush_buffer (tVolume *V, int NumBuf) |
| int | fat_flushall (tVolume *V) |
| int | fat_writebuf (tVolume *V, int NumBuf) |
| int | fat_trashbuf (tVolume *V) |
| int | fat_readbuf (tVolume *V, DWORD Sector) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.1