#include <df_types.h>
Definition at line 176 of file df_types.h.
Public Attributes | |
| UInt8_t | blkCookie [df_BLKCOOKIE_SIZE_d] |
| UInt32_t | type |
| Block type: see blk_XXXX_c constants. | |
| UInt32_t | flags |
| Block flags: see df_BF_xxx defines. | |
| UInt32_t | used |
| Size of actual space allocated to IVD DF records in this block. | |
| UInt32_t | seqNum |
| IVD block sequence number (note: data/RAW blocks also counted too). | |
| UInt32_t | reserved1 [2] |
| UInt8_t df_BlockHeader_t::blkCookie[df_BLKCOOKIE_SIZE_d] |
Definition at line 177 of file df_types.h.
Referenced by df_BlockProxy::IsBlockHeaderPresent(), ParseBlock(), df_BlockScanner::SetBlock(), df_BlockProxy::VerifiedBlock(), df_BlockProxy::VerifyBlockHeader(), and df_BlockProxyWriter::WriteBlockHeader().
Block type: see blk_XXXX_c constants.
Definition at line 180 of file df_types.h.
Referenced by df_BlockProxy::IsBlockHeaderPresent(), ParseBlock(), df_BlockScanner::SetBlock(), df_BlockProxy::VerifiedBlock(), df_BlockProxy::VerifyBlockHeader(), and df_BlockProxyWriter::WriteBlockHeader().
Block flags: see df_BF_xxx defines.
Definition at line 182 of file df_types.h.
Referenced by ParseBlock(), df_BlockScanner::SetBlock(), df_BlockProxy::VerifiedBlock(), df_BlockProxy::VerifyBlockHeader(), and df_BlockProxyWriter::WriteBlockHeader().
Size of actual space allocated to IVD DF records in this block.
Definition at line 185 of file df_types.h.
Referenced by fsc_nsFSrecovery::FlushBlock(), df_Writer::FlushBlock(), df_BlockProxy::IsBlockHeaderPresent(), df_FRI::MediumVolumeStart(), ParseBlock(), df_BlockProxy::ParseBlockHeader(), df_BlockScanner::SetBlock(), df_BlockProxy::VerifiedBlock(), and df_BlockProxy::VerifyBlockHeader().
IVD block sequence number (note: data/RAW blocks also counted too).
Definition at line 187 of file df_types.h.
Referenced by df_FRI::MediumVolumeStart(), ParseBlock(), df_BlockScanner::SetBlock(), df_BlockProxy::VerifiedBlock(), df_BlockProxy::VerifyBlockHeader(), and df_BlockProxyWriter::WriteBlockHeader().
Definition at line 189 of file df_types.h.
Referenced by df_BlockProxy::IsBlockHeaderPresent(), and df_BlockProxy::VerifyBlockHeader().
1.5.6