PatchworkOS
Loading...
Searching...
No Matches
dirent_t Struct Reference

Directory entry struct. More...

#include <io.h>

Data Fields

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

Detailed Description

Directory entry struct.

Definition at line 423 of file io.h.

Field Documentation

◆ name

char dirent_t::name[MAX_PATH]

The relative name of the directory.

Definition at line 427 of file io.h.

Referenced by getdents_write().

◆ number

inode_number_t dirent_t::number

The number of the entries inode.

Definition at line 425 of file io.h.

Referenced by getdents_write().

◆ type

inode_type_t dirent_t::type

The type of the entries inode.

Definition at line 426 of file io.h.

Referenced by getdents_write().


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