ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_state_slot_t Struct Reference

One physical generation discovered under the logical path. More...

Collaboration diagram for mdl_state_slot_t:

Data Fields

const char * path
 Physical path.
mdl_state_envelope_t envelope
 Journal identity.
uint64_t file_bytes
 Observed file extent.
ra8_err_t error
 Scan status.
bool exists
 Entry exists.
bool valid
 Slot is intact.
bool legacy
 Slot is legacy text.

Detailed Description

One physical generation discovered under the logical path.

Definition at line 48 of file mdl_state_store.c.

Field Documentation

◆ envelope

◆ error

ra8_err_t mdl_state_slot_t::error

◆ exists

bool mdl_state_slot_t::exists

◆ file_bytes

uint64_t mdl_state_slot_t::file_bytes

Observed file extent.

Definition at line 51 of file mdl_state_store.c.

Referenced by internal_mdl_state_load_slot(), and internal_mdl_state_scan_slot().

◆ legacy

bool mdl_state_slot_t::legacy

Slot is legacy text.

Definition at line 55 of file mdl_state_store.c.

Referenced by internal_mdl_state_load_slot(), and internal_mdl_state_scan_slot().

◆ path

const char* mdl_state_slot_t::path

Physical path.

Definition at line 49 of file mdl_state_store.c.

Referenced by internal_mdl_state_load_slot(), and internal_mdl_state_prepare_target().

◆ valid

bool mdl_state_slot_t::valid

Slot is intact.

Definition at line 54 of file mdl_state_store.c.

Referenced by internal_mdl_state_order(), and internal_mdl_state_scan_slot().


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