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

Result of a portable metadata query. More...

#include <fw_if_fs_types.h>

Collaboration diagram for fw_fs_stat_t:

Data Fields

uint64_t size_bytes
 File length; zero for a directory.
fw_fs_timestamp_t created
 Creation/birth time, when supported.
fw_fs_timestamp_t modified
 Content modification time, when supported.
fw_fs_timestamp_t accessed
 Last access time, when supported.
fw_fs_node_type_t type
 Kind of node at the path.
bool exists
 False means a clean lookup miss.

Detailed Description

Result of a portable metadata query.

Definition at line 143 of file fw_if_fs_types.h.

Field Documentation

◆ accessed

fw_fs_timestamp_t fw_fs_stat_t::accessed

Last access time, when supported.

Definition at line 147 of file fw_if_fs_types.h.

Referenced by internal_stat(), and internal_stat().

◆ created

fw_fs_timestamp_t fw_fs_stat_t::created

Creation/birth time, when supported.

Definition at line 145 of file fw_if_fs_types.h.

Referenced by internal_stat(), and internal_stat().

◆ exists

◆ modified

fw_fs_timestamp_t fw_fs_stat_t::modified

Content modification time, when supported.

Definition at line 146 of file fw_if_fs_types.h.

Referenced by internal_metadata_set_page_timestamp(), internal_stat(), and internal_stat().

◆ size_bytes

◆ type


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