File nut/fs/phatio.c
Included Files
#include <nut/include/errno.h>
#include <nut/include/fs/fs.h>
#include <nut/include/fs/phatfs.h>
#include <nut/include/fs/phatvol.h>
#include <nut/include/dev/blockdev.h>
#include <nut/include/fs/phatio.h>
#include <nut/include/sys/event.h>
Global Function PhatSectorFlush()
int PhatSectorFlush ( NUTDEVICE* dev, int bufnum )
Prototyped in:
nut/include/fs/phatio.h
Called by:
PhatFileFlush()
nut/fs/phatfs.c
PhatSectorLoad()
nut/fs/phatio.c
Global Function PhatSectorLoad()
int PhatSectorLoad ( NUTDEVICE* dev, uint32_t sect )
Prototyped in:
nut/include/fs/phatio.h
Calls:
PhatSectorFlush()
nut/fs/phatio.c
PhatSectorRead()
nut/fs/phatio.c
NutEventPostAsync(), NutEventWait()
Called by:
Phat12GetClusterLink()
nut/fs/phat12.c
Phat12SetClusterLink()
nut/fs/phat12.c
Phat16GetClusterLink()
nut/fs/phat16.c
Phat16SetClusterLink()
nut/fs/phat16.c
Phat32GetClusterLink()
nut/fs/phat32.c
Phat32SetClusterLink()
nut/fs/phat32.c
PhatDirEntryUpdate()
nut/fs/phatdir.c
PhatFileRead()
nut/fs/phatfs.c
PhatFileWrite()
nut/fs/phatfs.c
Global Function PhatSectorRead()
int PhatSectorRead ( NUTFILE* blkmnt, uint32_t sect, uint8_t* buf )
Prototyped in:
nut/include/fs/phatio.h
Called by:
PhatSectorLoad()
nut/fs/phatio.c