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

Captured regular-file identity and mutation evidence. More...

#include <ra8_fmt_host_fd_internal.h>

Data Fields

uint64_t device
 Filesystem device identifier.
uint64_t inode
 File object identifier.
uint64_t size
 Captured regular-file extent.
int64_t mtime_sec
 Modification timestamp seconds.
int64_t mtime_nsec
 Modification timestamp nanoseconds.
int64_t ctime_sec
 Metadata-change timestamp seconds.
int64_t ctime_nsec
 Metadata-change timestamp nanoseconds.

Detailed Description

Captured regular-file identity and mutation evidence.

Definition at line 25 of file ra8_fmt_host_fd_internal.h.

Field Documentation

◆ ctime_nsec

int64_t ra8_fmt_host_snapshot_t::ctime_nsec

Metadata-change timestamp nanoseconds.

Definition at line 32 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().

◆ ctime_sec

int64_t ra8_fmt_host_snapshot_t::ctime_sec

Metadata-change timestamp seconds.

Definition at line 31 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().

◆ device

uint64_t ra8_fmt_host_snapshot_t::device

Filesystem device identifier.

Definition at line 26 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().

◆ inode

uint64_t ra8_fmt_host_snapshot_t::inode

File object identifier.

Definition at line 27 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().

◆ mtime_nsec

int64_t ra8_fmt_host_snapshot_t::mtime_nsec

Modification timestamp nanoseconds.

Definition at line 30 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().

◆ mtime_sec

int64_t ra8_fmt_host_snapshot_t::mtime_sec

Modification timestamp seconds.

Definition at line 29 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().

◆ size

uint64_t ra8_fmt_host_snapshot_t::size

Captured regular-file extent.

Definition at line 28 of file ra8_fmt_host_fd_internal.h.

Referenced by internal_snapshot_same().


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