Nut/OS  4.10.3
API Reference
_PHATSECTBUF Struct Reference

Sector buffer structure. More...

#include <phatvol.h>

Collaboration diagram for _PHATSECTBUF:

Data Fields

uint8_tsect_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.

Detailed Description

Sector buffer structure.

Definition at line 179 of file phatvol.h.


Field Documentation

Sector currently stored in the buffer.

Definition at line 183 of file phatvol.h.

Referenced by PhatSectorFlush(), PhatSectorLoad(), and PhatVolMount().

If not zero, buffer needs to be written.

Definition at line 185 of file phatvol.h.

Referenced by Phat12SetClusterLink(), Phat16SetClusterLink(), Phat32SetClusterLink(), PhatDirEntryUpdate(), PhatFileWrite(), and PhatSectorFlush().


The documentation for this struct was generated from the following file: