Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
fs_mount_t Struct Reference

File system mount info structure. More...

#include <fs.h>

Data Fields

sys_dnode_t node
 
int type
 
const char * mnt_point
 
voidfs_data
 
voidstorage_dev
 
size_t mountp_len
 
const struct fs_file_system_tfs
 
uint8_t flags
 

Detailed Description

File system mount info structure.

Parameters
nodeEntry for the fs_mount_list list
typeFile system type
mnt_pointMount point directory name (ex: "/fatfs")
fs_dataPointer to file system specific data
storage_devPointer to backend storage device
mountp_lenLength of Mount point string
fsPointer to File system interface of the mount point
flagsMount flags

Field Documentation

◆ flags

uint8_t fs_mount_t::flags

◆ fs

const struct fs_file_system_t* fs_mount_t::fs

◆ fs_data

void* fs_mount_t::fs_data

◆ mnt_point

const char* fs_mount_t::mnt_point

◆ mountp_len

size_t fs_mount_t::mountp_len

◆ node

sys_dnode_t fs_mount_t::node

◆ storage_dev

void* fs_mount_t::storage_dev

◆ type

int fs_mount_t::type

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