#include "vfatlib.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| static void | get_fat (FAT_ENTRY *entry, void *fat, unsigned long cluster, DOS_FS *fs) |
| void | read_fat (DOS_FS *fs) |
| void | set_fat (DOS_FS *fs, unsigned long cluster, unsigned long new) |
| int | bad_cluster (DOS_FS *fs, unsigned long cluster) |
| unsigned long | next_cluster (DOS_FS *fs, unsigned long cluster) |
| loff_t | cluster_start (DOS_FS *fs, unsigned long cluster) |
| void | set_owner (DOS_FS *fs, unsigned long cluster, DOS_FILE *owner) |
| DOS_FILE * | get_owner (DOS_FS *fs, unsigned long cluster) |
| void | fix_bad (DOS_FS *fs) |
| void | reclaim_free (DOS_FS *fs) |
| static void | tag_free (DOS_FS *fs, DOS_FILE *ptr) |
| void | reclaim_file (DOS_FS *fs) |
| unsigned long | update_free (DOS_FS *fs) |