Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
lwext4_fs.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 ML!PA Consulting GmbH
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
22
#ifndef FS_LWEXT4_FS_H
23
#define FS_LWEXT4_FS_H
24
25
#include <stdalign.h>
26
27
#include "vfs.h"
28
#include "mtd.h"
29
#include "
mutex.h
"
30
#include "ext4.h"
31
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
39
typedef
struct
{
40
struct
ext4_mountpoint mp;
41
struct
ext4_blockdev bdev;
42
struct
ext4_blockdev_iface iface;
44
mtd_dev_t
*
dev
;
45
mutex_t
lock
;
46
}
lwext4_desc_t
;
39
typedef
struct
{
…
};
47
51
extern
const
vfs_file_system_t
lwext4_file_system
;
52
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
/* FS_LWEXT4_FS_H */
lwext4_file_system
const vfs_file_system_t lwext4_file_system
The littlefs vfs driver.
mutex.h
Mutex for thread synchronization.
lwext4_desc_t
lwext4 descriptor for vfs integration
Definition
lwext4_fs.h:39
lwext4_desc_t::lock
mutex_t lock
mutex
Definition
lwext4_fs.h:45
lwext4_desc_t::dev
mtd_dev_t * dev
mtd device to use
Definition
lwext4_fs.h:44
mtd_dev_t
MTD device descriptor.
Definition
mtd.h:112
mutex_t
Mutex structure.
Definition
mutex.h:40
vfs_file_system_t
A file system driver.
Definition
vfs.h:375
Generated on Thu Apr 3 2025 15:28:53 by
1.12.0