RTEMS
Public Attributes | List of all members
rtems_filesystem_mount_table_entry_tt Struct Reference

Mount table entry. More...

#include <libio.h>

Public Attributes

rtems_chain_node mt_node
 
void * fs_info
 
const rtems_filesystem_operations_tableops
 
const void * immutable_fs_info
 
rtems_chain_control location_chain
 
rtems_filesystem_global_location_tmt_point_node
 
rtems_filesystem_global_location_tmt_fs_root
 
bool mounted
 
bool writeable
 
const rtems_filesystem_limits_and_options_tpathconf_limits_and_options
 
const char * target
 
const char * type
 
char * dev
 
rtems_id unmount_task
 

Detailed Description

Mount table entry.

Definition at line 1604 of file libio.h.

Member Data Documentation

◆ unmount_task

rtems_id rtems_filesystem_mount_table_entry_tt::unmount_task

The task that initiated the unmount process. After unmount process completion this task will be notified via the transient event.

See also
ClassicEventTransient.

Definition at line 1641 of file libio.h.


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