Definition at line 175 of file phatvol.h.
Data Fields | |
uint8_t * | sect_data |
Sector data buffer. | |
uint32_t | 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 177 of file phatvol.h.
Referenced by Phat12GetClusterLink(), Phat12SetClusterLink(), Phat16GetClusterLink(), Phat16SetClusterLink(), Phat32GetClusterLink(), Phat32SetClusterLink(), PhatDirEntryUpdate(), PhatFileRead(), PhatFileWrite(), PhatSectorFlush(), PhatSectorLoad(), PhatVolMount(), and PhatVolUnmount().
Sector currently stored in the buffer.
Definition at line 179 of file phatvol.h.
Referenced by PhatSectorFlush(), PhatSectorLoad(), and PhatVolMount().
If not zero, buffer needs to be written.
Definition at line 181 of file phatvol.h.
Referenced by Phat12SetClusterLink(), Phat16SetClusterLink(), Phat32SetClusterLink(), PhatDirEntryUpdate(), PhatFileWrite(), and PhatSectorFlush().