|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One complete composition-root filesystem binding. More...
#include <fw_if_fs_types.h>
Data Fields | |
| fw_fs_namespace_t | names |
| Namespace operations. | |
| fw_fs_stream_port_t | streams |
| Byte-stream operations. | |
| fw_fs_transaction_port_t | transactions |
| Staged publication. | |
| fw_fs_caps_t | caps |
| Shared capabilities. | |
One complete composition-root filesystem binding.
Definition at line 210 of file fw_if_fs_types.h.
| fw_fs_caps_t fw_fs_t::caps |
Shared capabilities.
Definition at line 214 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_get_caps(), internal_library_leaf(), and internal_mdl_state_paths().
| fw_fs_namespace_t fw_fs_t::names |
Namespace operations.
Definition at line 211 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_get_caps(), internal_cache_discard_index(), internal_cache_ensure_directory(), internal_jof_load_source(), internal_library_act_on_node(), internal_library_first_child(), internal_library_remove_child(), internal_library_remove_root(), internal_library_remove_walk(), internal_library_root(), internal_list_pages_open_dir(), internal_mdl_fetch_discard_stale_page(), internal_mdl_state_prepare_target(), internal_mdl_state_scan_slot(), internal_meta_load_candidate(), internal_metadata_set_page_timestamp(), internal_policy(), internal_source_size(), mdl_hash_file(), mdl_join_dir_under(), mdl_state_probe(), priv_mdl_app_storage_ensure_directory(), priv_mdl_app_storage_unlink_regular(), priv_mdl_cache_load(), priv_mdl_cache_read_body(), priv_mdl_export_prepare_cover(), priv_mdl_export_rabook(), priv_mdl_export_source_open(), and priv_mdl_rabook_epub_open().
| fw_fs_stream_port_t fw_fs_t::streams |
Byte-stream operations.
Definition at line 212 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), internal_begin_copy(), internal_cache_decode(), internal_cache_read_body_exact(), internal_io_open(), internal_mdl_state_load_slot(), internal_mdl_state_scan_slot(), mdl_config_load(), mdl_hash_file(), mdl_urlname_sniff_file(), priv_alphabet_soup_load_file_contents(), priv_mdl_export_source_open(), and priv_mdl_rabook_epub_open().
| fw_fs_transaction_port_t fw_fs_t::transactions |
Staged publication.
Definition at line 213 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), internal_begin_copy(), internal_mdl_state_build_stage(), and internal_txn_begin().