RTEMS  5.1
Data Fields
_rtems_rfs_format_config Struct Reference

#include <rtems-rfs-format.h>

Data Fields

size_t block_size
 
size_t group_blocks
 
size_t group_inodes
 
int inode_overhead
 
size_t max_name_length
 
bool initialise_inodes
 
bool verbose
 

Detailed Description

RFS File System Configuration data used to format the file system. For default values leave the field set to 0.

Field Documentation

◆ block_size

size_t _rtems_rfs_format_config::block_size

The size of a block.

◆ group_blocks

size_t _rtems_rfs_format_config::group_blocks

The number of blocks in a group.

◆ group_inodes

size_t _rtems_rfs_format_config::group_inodes

The number of inodes in a group.

◆ initialise_inodes

bool _rtems_rfs_format_config::initialise_inodes

Initialise the inode tables to all ones.

◆ inode_overhead

int _rtems_rfs_format_config::inode_overhead

The percentage overhead allocated to inodes.

◆ max_name_length

size_t _rtems_rfs_format_config::max_name_length

The maximum length of a name.

◆ verbose

bool _rtems_rfs_format_config::verbose

Is the format verbose.


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