File nut/fs/phat16.c


Included Files


Global Function Phat16GetClusterLink()

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

Global Function Phat16ReleaseChain()

int Phat16ReleaseChain ( NUTDEVICE* dev, u_long first )
Prototyped in: nut/include/fs/phat16.h
Calls: Phat16GetClusterLink() nut/fs/phat16.c
  Phat16SetClusterLink() nut/fs/phat16.c

Global Function Phat16SetClusterLink()

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

Local Function PhatTableLoc()

static void PhatTableLoc ( PHATVOL* vol, u_long clust, int tabnum, u_long* sect, u_long* pos )
Called by: Phat16GetClusterLink() nut/fs/phat16.c
  Phat16SetClusterLink() nut/fs/phat16.c