RTEMS
5.0.0
|
#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 |
RFS File System Configuration data used to format the file system. For default values leave the field set to 0.
size_t _rtems_rfs_format_config::block_size |
The size of a block.
size_t _rtems_rfs_format_config::group_blocks |
The number of blocks in a group.
size_t _rtems_rfs_format_config::group_inodes |
The number of inodes in a group.
bool _rtems_rfs_format_config::initialise_inodes |
Initialise the inode tables to all ones.
int _rtems_rfs_format_config::inode_overhead |
The percentage overhead allocated to inodes.
size_t _rtems_rfs_format_config::max_name_length |
The maximum length of a name.
bool _rtems_rfs_format_config::verbose |
Is the format verbose.