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

Directory entry struct. More...

#include <io.h>

Collaboration diagram for dirent_t:

Data Fields

inode_number_t number
 The number of the entries inode.
 
inode_type_t type
 The type of the entries inode.
 
char path [MAX_PATH]
 The relative path of the directory.
 

Detailed Description

Directory entry struct.

Definition at line 392 of file io.h.

Field Documentation

◆ number

inode_number_t dirent_t::number

The number of the entries inode.

Definition at line 394 of file io.h.

◆ type

inode_type_t dirent_t::type

The type of the entries inode.

Definition at line 395 of file io.h.

◆ path

char dirent_t::path[MAX_PATH]

The relative path of the directory.

Definition at line 396 of file io.h.


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