RTEMS  5.1
Data Fields
rtems_fstab_entry Struct Reference

#include <fsmount.h>

Data Fields

const char * source
 
const char * target
 
const char * type
 
rtems_filesystem_options_t options
 
uint16_t report_reasons
 
uint16_t abort_reasons
 

Detailed Description

File system table entry.

Field Documentation

◆ abort_reasons

uint16_t rtems_fstab_entry::abort_reasons

◆ options

rtems_filesystem_options_t rtems_fstab_entry::options

File system mount options.

◆ report_reasons

uint16_t rtems_fstab_entry::report_reasons

Report condition flags.

◆ source

const char* rtems_fstab_entry::source

Source for the mount.

◆ target

const char* rtems_fstab_entry::target

Target for the mount.

◆ type

const char* rtems_fstab_entry::type

File system operations.


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