Definition at line 172 of file phatvol.h.
Data Fields | |
u_char * | sect_data |
Sector data buffer. | |
u_long | sect_num |
Sector currently stored in the buffer. | |
int | sect_dirty |
If not zero, buffer needs to be written. |
Sector data buffer.
Definition at line 174 of file phatvol.h.
Referenced by Phat12GetClusterLink(), Phat12SetClusterLink(), Phat16GetClusterLink(), Phat16SetClusterLink(), Phat32GetClusterLink(), PhatDirEntryUpdate(), PhatSectorFlush(), PhatVolMount(), and PhatVolUnmount().
Sector currently stored in the buffer.
Definition at line 176 of file phatvol.h.
Referenced by PhatSectorFlush(), PhatSectorLoad(), and PhatVolMount().
If not zero, buffer needs to be written.
Definition at line 178 of file phatvol.h.
Referenced by Phat16SetClusterLink(), PhatDirEntryUpdate(), and PhatSectorFlush().