* * $Log: phatutil.h,v $ * Revision 1.2 2006/02/23 15:47:18 haraldkipp * PHAT file system now supports configurable number of sector buffers. * * Revision 1.1 2006/01/05 16:33:06 haraldkipp * First check-in. * * *
Functions | |
void | GetDosTimeStamp (u_short *dostim, u_short *dosdat) |
Create a DOS timestamp of the current time and date. | |
int | MakePhatName (CONST char *src, u_char *dst) |
Convert filename to a directory entry name. | |
void | MakeVisibleName (CONST u_char *src, char *dst) |
Convert a directory entry name to a visible file name. | |
char * | GetParentPath (CONST char *path, CONST char **comp) |
Chop off the last component of a path. | |
int | IsFixedRootDir (NUTFILE *ndp) |
Test for PHAT12/PHAT16 root directory. | |
void | PhatFilePosRewind (PHATFILE *fcb) |
Set file pointer back to zero. | |
int | PhatFilePosSet (NUTFILE *nfp, u_long pos) |
Move file pointer to a specified position. |