PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
dirent_t Struct Reference

Directory entry struct. More...

#include <fs.h>

Collaboration diagram for dirent_t:

Data Fields

vtype_t type
 
dirent_flags_t flags
 
char path [MAX_PATH]
 The relative path of the entry.
 
char mode [MAX_PATH]
 The flags of the paths mount.
 

Detailed Description

Directory entry struct.

Definition at line 454 of file fs.h.

Field Documentation

◆ type

vtype_t dirent_t::type

Definition at line 456 of file fs.h.

◆ flags

dirent_flags_t dirent_t::flags

Definition at line 457 of file fs.h.

◆ path

char dirent_t::path[MAX_PATH]

The relative path of the entry.

Definition at line 458 of file fs.h.

◆ mode

char dirent_t::mode[MAX_PATH]

The flags of the paths mount.

Definition at line 459 of file fs.h.


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