File nut/fs/phat32.c


Included Files


Global Function Phat32GetClusterLink()

int Phat32GetClusterLink ( NUTDEVICE* dev, u_long clust, u_long* link )
Prototyped in: nut/include/fs/phat32.h
Calls: PhatTableLoc() nut/fs/phat32.c
  PhatSectorLoad()
Called by: Phat32ReleaseChain() nut/fs/phat32.c

Global Function Phat32ReleaseChain()

int Phat32ReleaseChain ( NUTDEVICE* dev, u_long first )
Prototyped in: nut/include/fs/phat32.h
Calls: Phat32GetClusterLink() nut/fs/phat32.c
  Phat32SetClusterLink() nut/fs/phat32.c

Global Function Phat32SetClusterLink()

int Phat32SetClusterLink ( NUTDEVICE* dev, u_long clust, u_long link )
Prototyped in: nut/include/fs/phat32.h
Calls: PhatTableLoc() nut/fs/phat32.c
  PhatSectorLoad()
Called by: Phat32ReleaseChain() nut/fs/phat32.c

Local Function PhatTableLoc()

static void PhatTableLoc ( PHATVOL* vol, u_long clust, int tabnum, u_long* sect, u_long* pos )
Called by: Phat32GetClusterLink() nut/fs/phat32.c
  Phat32SetClusterLink() nut/fs/phat32.c