* * $Log: phat32.c,v $ * Revision 1.5 2006/02/23 15:45:21 haraldkipp * PHAT file system now supports configurable number of sector buffers. * This dramatically increased write rates of no-name cards. * AVR compile errors corrected. * * Revision 1.4 2006/01/23 19:52:10 haraldkipp * Added required typecasts before left shift. * * Revision 1.3 2006/01/23 17:33:47 haraldkipp * Avoid memory alignment errors. * * Revision 1.2 2006/01/22 17:43:46 haraldkipp * Bugfix. Deleting files sometimes corrupted a volume. * * Revision 1.1 2006/01/05 16:31:22 haraldkipp * First check-in. * * *
Functions | |
int | Phat32GetClusterLink (NUTDEVICE *dev, u_long clust, u_long *link) |
Get link value of a specified cluster. | |
int | Phat32SetClusterLink (NUTDEVICE *dev, u_long clust, u_long link) |
Set link value of a specified cluster. | |
int | Phat32ReleaseChain (NUTDEVICE *dev, u_long first) |
Release a cluster chain. |