All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

lwext4 descriptor for vfs integration More...

Detailed Description

lwext4 descriptor for vfs integration

Definition at line 39 of file lwext4_fs.h.

#include <lwext4_fs.h>

Data Fields

struct ext4_mountpoint mp
 lwext4 mountpoint struct

 
struct ext4_blockdev bdev
 lwext4 block device struct
 
struct ext4_blockdev_iface iface
 lwext4 block device interface
 
mtd_dev_tdev
 mtd device to use
 
mutex_t lock
 mutex
 

Field Documentation

◆ bdev

struct ext4_blockdev lwext4_desc_t::bdev

lwext4 block device struct

Definition at line 41 of file lwext4_fs.h.

◆ dev

mtd_dev_t* lwext4_desc_t::dev

mtd device to use

Definition at line 44 of file lwext4_fs.h.

◆ iface

struct ext4_blockdev_iface lwext4_desc_t::iface

lwext4 block device interface

Definition at line 42 of file lwext4_fs.h.

◆ lock

mutex_t lwext4_desc_t::lock

mutex

Definition at line 45 of file lwext4_fs.h.

◆ mp

struct ext4_mountpoint lwext4_desc_t::mp

lwext4 mountpoint struct

Definition at line 40 of file lwext4_fs.h.


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