ReactOS 0.4.16-dev-1311-g81a4d83
|
#include "ff_types.h"
#include "ff_config.h"
#include "ff_error.h"
#include "ff_ioman.h"
#include "ff_blk.h"
#include "ff_fat.h"
#include "ff_fatdef.h"
#include "ff_memory.h"
#include "ff_time.h"
#include "ff_hash.h"
#include "ff_crc.h"
#include "ff_file.h"
#include <string.h>
Go to the source code of this file.
Classes | |
struct | FF_FETCH_CONTEXT |
struct | FF_DIRENT |
Definition in file ff_dir.h.
void FF_CleanupEntryFetch | ( | FF_IOMAN * | pIoman, |
FF_FETCH_CONTEXT * | pContext | ||
) |
FF_ERROR FF_CreateDirent | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster, | ||
FF_DIRENT * | pDirent | ||
) |
FF_T_UINT32 FF_CreateFile | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster, | ||
FF_T_WCHAR * | FileName, | ||
FF_DIRENT * | pDirent, | ||
FF_ERROR * | pError | ||
) |
FF_T_SINT8 FF_CreateShortName | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster, | ||
FF_T_WCHAR * | ShortName, | ||
FF_T_WCHAR * | LongName | ||
) |
FF_ERROR FF_ExtendDirectory | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster | ||
) |
FF_ERROR FF_FetchEntryWithContext | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | ulEntry, | ||
FF_FETCH_CONTEXT * | pContext, | ||
FF_T_UINT8 * | pEntryBuffer | ||
) |
FF_T_UINT32 FF_FindDir | ( | FF_IOMAN * | pIoman, |
const FF_T_WCHAR * | path, | ||
FF_T_UINT16 | pathLen, | ||
FF_ERROR * | pError | ||
) |
FF_T_SINT8 FF_FindEntry | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster, | ||
FF_T_INT8 * | Name, | ||
FF_DIRENT * | pDirent, | ||
FF_T_BOOL | LFNs | ||
) |
FF_T_UINT32 FF_FindEntryInDir | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster, | ||
const FF_T_WCHAR * | name, | ||
FF_T_UINT8 | pa_Attrib, | ||
FF_DIRENT * | pDirent, | ||
FF_ERROR * | pError | ||
) |
FF_ERROR FF_FindFirst | ( | FF_IOMAN * | pIoman, |
FF_DIRENT * | pDirent, | ||
const FF_T_WCHAR * | path | ||
) |
FF_ERROR FF_FindNextInDir | ( | FF_IOMAN * | pIoman, |
FF_DIRENT * | pDirent, | ||
FF_FETCH_CONTEXT * | pFetchContext | ||
) |
FF_ERROR FF_GetEntry | ( | FF_IOMAN * | pIoman, |
FF_T_UINT16 | nEntry, | ||
FF_T_UINT32 | DirCluster, | ||
FF_DIRENT * | pDirent | ||
) |
FF_ERROR FF_InitEntryFetch | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | ulDirCluster, | ||
FF_FETCH_CONTEXT * | pContext | ||
) |
FF_T_BOOL FF_isEndOfDir | ( | FF_T_UINT8 * | EntryBuffer | ) |
FF_ERROR FF_MkDir | ( | FF_IOMAN * | pIoman, |
const FF_T_WCHAR * | Path | ||
) |
FF_ERROR FF_PopulateLongDirent | ( | FF_IOMAN * | pIoman, |
FF_DIRENT * | pDirent, | ||
FF_T_UINT16 | nEntry, | ||
FF_FETCH_CONTEXT * | pFetchContext | ||
) |
void FF_PopulateShortDirent | ( | FF_IOMAN * | pIoman, |
FF_DIRENT * | pDirent, | ||
FF_T_UINT8 * | EntryBuffer | ||
) |
FF_T_SINT8 FF_PushEntry | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | DirCluster, | ||
FF_T_UINT16 | nEntry, | ||
FF_T_UINT8 * | buffer, | ||
void * | pParam | ||
) |
FF_ERROR FF_PushEntryWithContext | ( | FF_IOMAN * | pIoman, |
FF_T_UINT32 | ulEntry, | ||
FF_FETCH_CONTEXT * | pContext, | ||
FF_T_UINT8 * | pEntryBuffer | ||
) |
FF_ERROR FF_PutEntry | ( | FF_IOMAN * | pIoman, |
FF_T_UINT16 | Entry, | ||
FF_T_UINT32 | DirCluster, | ||
FF_DIRENT * | pDirent | ||
) |
FF_ERROR FF_RmLFNs | ( | FF_IOMAN * | pIoman, |
FF_T_UINT16 | usDirEntry, | ||
FF_FETCH_CONTEXT * | pContext | ||
) |