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

Stable facts used to detect input replacement or mutation. More...

Data Fields

dev_t device
 Host device identity.
ino_t inode
 Host inode identity.
uint64_t size
 Captured input length.
time_t modified_sec
 Modification seconds.
long modified_nsec
 Modification nanoseconds.
time_t changed_sec
 Metadata-change seconds.
long changed_nsec
 Metadata-change nanoseconds.

Detailed Description

Stable facts used to detect input replacement or mutation.

Definition at line 35 of file mkbookimg_books.c.

Field Documentation

◆ changed_nsec

long mkbookimg_input_identity_t::changed_nsec

Metadata-change nanoseconds.

Definition at line 42 of file mkbookimg_books.c.

Referenced by internal_identity_equal(), and internal_input_same().

◆ changed_sec

time_t mkbookimg_input_identity_t::changed_sec

Metadata-change seconds.

Definition at line 41 of file mkbookimg_books.c.

Referenced by internal_identity_equal(), and internal_input_same().

◆ device

dev_t mkbookimg_input_identity_t::device

Host device identity.

Definition at line 36 of file mkbookimg_books.c.

Referenced by internal_identity_equal(), and internal_input_same().

◆ inode

ino_t mkbookimg_input_identity_t::inode

Host inode identity.

Definition at line 37 of file mkbookimg_books.c.

Referenced by internal_identity_equal(), and internal_input_same().

◆ modified_nsec

long mkbookimg_input_identity_t::modified_nsec

Modification nanoseconds.

Definition at line 40 of file mkbookimg_books.c.

Referenced by internal_identity_equal(), and internal_input_same().

◆ modified_sec

time_t mkbookimg_input_identity_t::modified_sec

Modification seconds.

Definition at line 39 of file mkbookimg_books.c.

Referenced by internal_identity_equal(), and internal_input_same().

◆ size

uint64_t mkbookimg_input_identity_t::size

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