RTEMS CPU Kit with SuperCore
Data Fields
_rtems_rfs_format_config Struct Reference

RFS File System Configuration data used to format the file system. More...

#include <rtems-rfs-format.h>

Data Fields

size_t block_size
 The size of a block.
 
size_t group_blocks
 The number of blocks in a group.
 
size_t group_inodes
 The number of inodes in a group.
 
int inode_overhead
 The percentage overhead allocated to inodes.
 
size_t max_name_length
 The maximum length of a name.
 
bool initialise_inodes
 Initialise the inode tables to all ones.
 
bool verbose
 Is the format verbose.
 

Detailed Description

RFS File System Configuration data used to format the file system.

For default values leave the field set to 0.


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