Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ext2.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  ext2_cfg
 Configuration used to format ext2 file system. More...
 

Macros

#define FS_EXT2_DECLARE_DEFAULT_CONFIG(name)
 

Macro Definition Documentation

◆ FS_EXT2_DECLARE_DEFAULT_CONFIG

#define FS_EXT2_DECLARE_DEFAULT_CONFIG (   name)
Value:
static struct ext2_cfg name = { \
.block_size = 1024, \
.fs_size = 0x800000, \
.bytes_per_inode = 4096, \
.volume_name = {'e', 'x', 't', '2', '\0'}, \
.set_uuid = false, \
}
Configuration used to format ext2 file system.
Definition: ext2.h:26
uint32_t block_size
Definition: ext2.h:27