MOS Source Code
Loading...
Searching...
No Matches
vfs_listdir_entry_t Struct Reference

#include <vfs_types.hpp>

+ Inheritance diagram for vfs_listdir_entry_t:
+ Collaboration diagram for vfs_listdir_entry_t:

Public Attributes

 as_linked_list
 
ino_t ino
 
mos::string name
 
file_type_t type
 

Additional Inherited Members

- Static Public Attributes inherited from NamedType<"VFS.ListDir.Entry">
static constexpr mos::string_view type_name
 

Detailed Description

Definition at line 49 of file vfs_types.hpp.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 51 of file vfs_types.hpp.

◆ ino

ino_t ino

Definition at line 52 of file vfs_types.hpp.

Referenced by dirter_add().

◆ name

Definition at line 53 of file vfs_types.hpp.

Referenced by dirter_add().

◆ type

Definition at line 54 of file vfs_types.hpp.

Referenced by dirter_add().


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