|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Captured regular-file identity and mutation evidence.
Definition at line 25 of file ra8_fmt_host_fd_internal.h.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().