|
RTEMS CPU Kit with SuperCore
4.11.2
|
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. | |
RFS File System Configuration data used to format the file system.
For default values leave the field set to 0.
1.8.13