Loading...
Searching...
No Matches
vfs_file_system_t Struct Reference

A file system driver. More...

Detailed Description

A file system driver.

Definition at line 371 of file vfs.h.

#include <vfs.h>

Data Fields

const vfs_file_ops_tf_op
 File operations table.
 
const vfs_dir_ops_td_op
 Directory operations table.
 
const vfs_file_system_ops_tfs_op
 File system operations table.
 
const uint32_t flags
 File system flags.
 

Field Documentation

◆ d_op

const vfs_dir_ops_t* vfs_file_system_t::d_op

Directory operations table.

Definition at line 373 of file vfs.h.

◆ f_op

const vfs_file_ops_t* vfs_file_system_t::f_op

File operations table.

Definition at line 372 of file vfs.h.

◆ flags

const uint32_t vfs_file_system_t::flags

File system flags.

Definition at line 375 of file vfs.h.

◆ fs_op

const vfs_file_system_ops_t* vfs_file_system_t::fs_op

File system operations table.

Definition at line 374 of file vfs.h.


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