BattFsPageHeader Struct Reference
BattFS page header, used to represent a page header in memory. More...
#include <battfs.h>
Data Fields | |
| inode_t | inode |
| File inode (file identifier). | |
| fill_t | fill |
| Filled bytes in page. | |
| pgoff_t | pgoff |
| Page offset inside file. | |
| seq_t | seq |
| Page sequence number. | |
| fcs_t | fcs |
| FCS (Frame Check Sequence) of the page header. | |
Detailed Description
BattFS page header, used to represent a page header in memory.To see how this is stored on disk:
- See also:
- battfs_to_disk
Definition at line 66 of file battfs.h.
Field Documentation
The documentation for this struct was generated from the following file:
