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).
seq_t seq
 Page sequence number.
fill_t fill
 Filled bytes in page.
pgoff_t pgoff
 Page offset inside file.
mark_t mark
 Marker used to keep trace of free/used pages.
fcs_t fcs_free
 FCS (Frame Check Sequence) of the page header once the page as been marked as free.
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

disk_to_battfs

Definition at line 72 of file battfs.h.


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