RTEMS  5.1
Data Fields
rtems_filesystem_mount_table_entry_tt Struct Reference

Mount table entry. More...

#include <libio.h>

Data Fields

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.

Field 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
Transient Event.

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